1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-05-03 20:30:54 +02:00

Don't use doautocmd

This commit is contained in:
Jan Larres
2012-09-09 22:55:57 +12:00
parent d39a767486
commit ba6eb10e49
+1 -1
View File
@@ -92,7 +92,7 @@ function! s:Init(silent) abort
if !s:autocommands_done
call s:CreateAutocommands()
doautocmd CursorHold
call s:AutoUpdate(fnamemodify(expand('%'), ':p'), 0)
endif
return 1