diff options
author | Peter Odding <peter@peterodding.com> | 2011-05-23 20:40:27 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-05-23 20:40:27 +0200 |
commit | 45e97ff1f9d0ca2201e704910d58247afa5ca9d6 (patch) | |
tree | 4f304403e43a240a414a0621926ab8a4fb224b1f /plugin | |
parent | f980d5d303a2d1009fc8cba87791b12938ac053f (diff) | |
download | vim-easytags-45e97ff1f9d0ca2201e704910d58247afa5ca9d6.tar.gz |
Dynamic highlighting for Ruby source code (issue #9)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 4309ea1..fd3c535 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding <peter@peterodding.com> -" Last Change: May 2, 2011 +" Last Change: May 23, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.2.7 +" Version: 2.2.8 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |