diff options
author | Peter Odding <peter@peterodding.com> | 2011-05-23 20:44:33 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-05-23 20:44:33 +0200 |
commit | 6cf2a359bdd7091559e45bf4e53231f5bbc3d69c (patch) | |
tree | fb45ca17c16ac67dcc191c646b15b7b3f9bf0e50 /plugin | |
parent | 45e97ff1f9d0ca2201e704910d58247afa5ca9d6 (diff) | |
download | vim-easytags-6cf2a359bdd7091559e45bf4e53231f5bbc3d69c.tar.gz |
Bug fix for highlighting of C# classes
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 fd3c535..cf6519b 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.8 +" Version: 2.2.9 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |