mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
Remove useless line in autocmd (#924)
This commit is contained in:
committed by
Junegunn Choi
parent
fab0597a50
commit
8b778dc642
@@ -366,8 +366,7 @@ may want to customize the statusline of the containing buffer.
|
||||
### Hide statusline
|
||||
|
||||
```vim
|
||||
autocmd! FileType fzf
|
||||
autocmd FileType fzf set laststatus=0 noshowmode noruler
|
||||
autocmd! FileType fzf set laststatus=0 noshowmode noruler
|
||||
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user