From 6cf2a359bdd7091559e45bf4e53231f5bbc3d69c Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Mon, 23 May 2011 20:44:33 +0200 Subject: Bug fix for highlighting of C# classes --- autoload/xolox/easytags.vim | 2 +- plugin/easytags.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index b5c8b5a..4928ef5 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -625,7 +625,7 @@ call xolox#easytags#define_tagkind({ \ 'hlgroup': 'csMethod', \ 'filter': 'get(v:val, "kind") =~# "[ms]"'}) -highlight def link csClass Identifier +highlight def link csClassOrStruct Identifier highlight def link csMethod Function " Ruby. {{{2 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 -- cgit v1.2.3