aboutsummaryrefslogtreecommitdiffstats
path: root/easytags.vim
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-02-24 20:11:13 +0100
committerPeter Odding <peter@peterodding.com>2011-02-24 20:11:13 +0100
commitd8a8c5ef9d2d9c48767b9f7f80ea37516fe4d755 (patch)
tree670d7b8f5f5736a2ee4148c5d8de981340c131c2 /easytags.vim
parent3b4db424731f952050b9e27917b842e1c2351641 (diff)
downloadvim-easytags-d8a8c5ef9d2d9c48767b9f7f80ea37516fe4d755.tar.gz
Don't highlight PHP functions not followed by `('
This improves accuracy because PHP doesn't have first class functions
Diffstat (limited to 'easytags.vim')
-rw-r--r--easytags.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/easytags.vim b/easytags.vim
index 3c9c7df..2ae26ac 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.10
+" Version: 2.1.11
" Support for automatic update using the GLVS plug-in.
" GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip