Skip to content

Commit

Permalink
Do NOT remove autocmd on other buffers: Fix #143
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 4, 2020
1 parent 6410215 commit ffef6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fern/internal/viewer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function! s:init() abort
setlocal signcolumn=yes

augroup fern_viewer_internal
autocmd!
autocmd! * <buffer>
autocmd BufEnter <buffer> setlocal nobuflisted
autocmd BufReadCmd <buffer> ++nested call s:BufReadCmd()
autocmd ColorScheme <buffer> call s:ColorScheme()
Expand Down

0 comments on commit ffef6aa

Please sign in to comment.