Skip to content

Commit

Permalink
Remove no longer needed PublishPre automatic command
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Sep 5, 2010
1 parent 738d750 commit 3735a5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3735a5c

Please sign in to comment.