From ba6eb10e4990e33e1a9d98dcfcc22ff1fe0acaf5 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 9 Sep 2012 22:55:57 +1200 Subject: [PATCH] Don't use doautocmd --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index e392b99..421855c 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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