diff options
author | Peter Odding <peter@peterodding.com> | 2010-11-20 09:41:56 +0100 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-11-20 09:41:56 +0100 |
commit | ae3eb31b705401d21f9f643924dc358a12658b61 (patch) | |
tree | 5ee230efb28f201319dabe073c5ca78f0f9ec40a /easytags.vim | |
parent | 8751e207fcaaba7ab0ceaafb657d29c2d8618a9e (diff) | |
download | vim-easytags-ae3eb31b705401d21f9f643924dc358a12658b61.tar.gz |
Don't highlight tags inside #include <...>
Diffstat (limited to 'easytags.vim')
-rw-r--r-- | easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/easytags.vim b/easytags.vim index 9cd4e28..8551e0e 100644 --- a/easytags.vim +++ b/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding <peter@peterodding.com> -" Last Change: September 6, 2010 +" Last Change: November 20, 2010 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.1.7 +" Version: 2.1.8 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |