diff options
author | Peter Odding <peter@peterodding.com> | 2010-08-11 12:33:39 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-08-11 12:33:39 +0200 |
commit | 7b041bd0ae8c65e80c84d20727b1eafaf04327bd (patch) | |
tree | 8d81397843561b5f1095a56702f83eed724182af /easytags.vim | |
parent | 2f73c57c857fc0a4f3bed718a90f0296890778a3 (diff) | |
download | vim-easytags-7b041bd0ae8c65e80c84d20727b1eafaf04327bd.tar.gz |
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.
Diffstat (limited to 'easytags.vim')
-rw-r--r-- | easytags.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |