diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-13 16:13:39 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-13 16:13:39 +0200 |
commit | 2094759c5206d974732fa699018d33d6fca910d2 (patch) | |
tree | 006bba65e1a927161d3b0261908e6d1029d7623c /plugin | |
parent | bda802cf6b09b380b5692ff8c1ee2cb4f202ab55 (diff) | |
download | vim-easytags-2094759c5206d974732fa699018d33d6fca910d2.tar.gz |
Bug fix: Print the right message after :verbose UpdateTags!
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/easytags.vim b/plugin/easytags.vim index bb2d441..e0c07a3 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -4,7 +4,7 @@ " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.2.14 +" Version: 2.2.15 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |