1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Don't use doautocmd

This commit is contained in:
Jan Larres
2012-09-09 22:55:57 +12:00
parent d39a767486
commit ba6eb10e49

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