From 0b47a3c9589ea8276732fa2d7913cffab356ae12 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 4 Sep 2011 13:50:35 +0200 Subject: Warn about unreasonable 'updatetime' values (issue #16) --- plugin/easytags.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/easytags.vim') diff --git a/plugin/easytags.vim b/plugin/easytags.vim index d95ce86..acc9fda 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,6 +1,6 @@ " Vim plug-in " Author: Peter Odding -" Last Change: August 27, 2011 +" Last Change: September 4, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) @@ -141,7 +141,7 @@ augroup PluginEasyTags autocmd VimEnter * call xolox#easytags#register(1) " Define the automatic commands to perform updating/highlighting. for s:eventname in g:easytags_events - execute 'autocmd' s:eventname '* call xolox#easytags#autoload()' + execute 'autocmd' s:eventname '* call xolox#easytags#autoload(' string(s:eventname) ')' endfor " Define an automatic command to register file type specific tags files? if !empty(g:easytags_by_filetype) -- cgit v1.2.3