From 3735a5c31b94cb575d6821e697d867fe475d73cf Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Mon, 6 Sep 2010 00:55:32 +0200 Subject: Remove no longer needed PublishPre automatic command See http://github.com/xolox/vim-publish/commit/be98f4328bb631cd4c67d8951ff7c413b7cb6355 --- easytags.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'easytags.vim') diff --git a/easytags.vim b/easytags.vim index ce6f48c..c3e00b0 100644 --- a/easytags.vim +++ b/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding -" Last Change: August 11, 2010 +" Last Change: September 6, 2010 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.1.4 +" Version: 2.1.5 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip @@ -165,7 +165,6 @@ augroup PluginEasyTags autocmd CursorHold,CursorHoldI * call easytags#autoload() autocmd BufReadPost * unlet! b:easytags_last_highlighted endif - autocmd User PublishPre HighlightTags augroup END " }}}1 -- cgit v1.2.3