1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-21 13:41:27 +02:00

Fix stupid 'if' syntax mistake

This commit is contained in:
Jan Larres
2013-11-06 14:11:16 +13:00
parent 15f9ad6e88
commit abffaba655
+1 -1
View File
@@ -981,7 +981,7 @@ function! s:CreateAutocommands() abort
autocmd QuickFixCmdPre * let s:tagbar_qf_active = 1
autocmd QuickFixCmdPost * if exists('s:tagbar_qf_active') |
\ unlet s:tagbar_qf_active |
\ fi
\ endif
autocmd VimEnter * call s:CorrectFocusOnStartup()
augroup END