diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-14 06:53:30 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-14 06:53:30 +0200 |
commit | 08186f0ee7f3b9f9e52dda2129d2fb5a4e2a5e87 (patch) | |
tree | c0986f4b33f6a65d88320bbea041aa5135aefc51 /plugin | |
parent | 9abe34873b1ea7c5fcc0bad20b311d85b04fc648 (diff) | |
download | vim-easytags-08186f0ee7f3b9f9e52dda2129d2fb5a4e2a5e87.tar.gz |
Documentation bug fix (it's getting late..)
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 0aa8ea0..bd7a775 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.4 +" Version: 2.4.1 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |