1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01: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

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