diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index d9ad0c5..56e4d80 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -984,7 +984,7 @@ function! s:CreateAutocommands() abort " was changed by an external command; see commit 17d199f autocmd BufReadPost,BufEnter,CursorHold,FileType * call \ s:AutoUpdate(fnamemodify(expand(''), ':p'), 0) - autocmd BufDelete,BufUnload,BufWipeout * call + autocmd BufDelete,BufWipeout * call \ s:known_files.rm(fnamemodify(expand(''), ':p')) autocmd QuickFixCmdPre * let s:tagbar_qf_active = 1