From f651375c7333efda6a768472e1a804f20fa69115 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 29 Jun 2014 21:44:34 +0200 Subject: Actually enable the automatic commands introduced in 6c7a66349ec :-) --- plugin/easytags.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 4da7962..324fa81 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -125,8 +125,8 @@ augroup PluginEasyTags " During :vimgrep each searched buffer triggers an asynchronous tags file " update resulting in races for the tags file. To avoid this we temporarily " disable automatic tags file updates during :vimgrep. - "autocmd QuickFixCmdPre *vimgrep* call xolox#easytags#disable_automatic_updates() - "autocmd QuickFixCmdPost *vimgrep* call xolox#easytags#restore_automatic_updates() + autocmd QuickFixCmdPre *vimgrep* call xolox#easytags#disable_automatic_updates() + autocmd QuickFixCmdPost *vimgrep* call xolox#easytags#restore_automatic_updates() augroup END " Use vim-misc to register an event handler for Vim's CursorHold and -- cgit v1.2.3