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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user