From d8a8c5ef9d2d9c48767b9f7f80ea37516fe4d755 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Thu, 24 Feb 2011 20:11:13 +0100 Subject: Don't highlight PHP functions not followed by `(' This improves accuracy because PHP doesn't have first class functions --- easytags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'easytags.vim') 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 -- cgit v1.2.3