From 7b041bd0ae8c65e80c84d20727b1eafaf04327bd Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Wed, 11 Aug 2010 12:33:39 +0200 Subject: Always scan C sources for prototypes Dynamic highlighting supports C/C++ function prototypes to enable highlighting of library functions based on just the headers, but until now the easytags.vim plug-in didn't request ctags to include function prototypes. Now it does so automatically. --- easytags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'easytags.vim') diff --git a/easytags.vim b/easytags.vim index f12511c..cdbcd49 100644 --- a/easytags.vim +++ b/easytags.vim @@ -4,7 +4,7 @@ " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.1.2 +" Version: 2.1.3 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip -- cgit v1.2.3