aboutsummaryrefslogtreecommitdiffstats
path: root/easytags.vim
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-09-06 00:55:32 +0200
committerPeter Odding <peter@peterodding.com>2010-09-06 00:55:32 +0200
commit3735a5c31b94cb575d6821e697d867fe475d73cf (patch)
treee065114d628c9b275a1994d97a0c4a7d5f02120d /easytags.vim
parent738d7508181423e1633e4d5d6014e8ad2acb4595 (diff)
downloadvim-easytags-3735a5c31b94cb575d6821e697d867fe475d73cf.tar.gz
Remove no longer needed PublishPre automatic command
See http://github.com/xolox/vim-publish/commit/be98f4328bb631cd4c67d8951ff7c413b7cb6355
Diffstat (limited to 'easytags.vim')
-rw-r--r--easytags.vim5
1 files changed, 2 insertions, 3 deletions
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 <peter@peterodding.com>
-" 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