diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-03 21:16:53 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-03 21:22:45 +0200 |
commit | 7b29dfc43a0220cfc20d657e68eeddaa0d1d3674 (patch) | |
tree | 5adde1502b16d953d6ef48cea485e4e3e7209d45 /runtime/syntax/php.vim | |
parent | b634cfcc196fef0b17c48f9669c4e2eb7a1fcc26 (diff) | |
download | rneovim-7b29dfc43a0220cfc20d657e68eeddaa0d1d3674.tar.gz rneovim-7b29dfc43a0220cfc20d657e68eeddaa0d1d3674.tar.bz2 rneovim-7b29dfc43a0220cfc20d657e68eeddaa0d1d3674.zip |
vim-patch:256972a
Updated runtime files.
https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Missing files in runtime/doc: todo.txt, tags. Patch to runtime/doc/syntax.txt
was applied manually in part, for no discernible reason.
Diffstat (limited to 'runtime/syntax/php.vim')
-rw-r--r-- | runtime/syntax/php.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/php.vim b/runtime/syntax/php.vim index 3cbe273f36..4e1a84651c 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: php PHP 3/4/5 " Maintainer: Jason Woofenden <jason@jasonwoof.com> -" Last Change: Nov 23, 2015 +" Last Change: Dec 26, 2015 " URL: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blob;f=php.vim;hb=HEAD " Former Maintainers: Peter Hodge <toomuchphp-vim@yahoo.com> " Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> @@ -515,7 +515,7 @@ syntax keyword phpStatement die contained " Highlighting for PHP5's user-definable magic class methods syntax keyword phpSpecialFunction containedin=ALLBUT,phpComment,phpStringDouble,phpStringSingle,phpIdentifier - \ __construct __destruct __call __toString __sleep __wakeup __set __get __unset __isset __clone __set_state + \ __construct __destruct __call __callStatic __get __set __isset __unset __sleep __wakeup __toString __invoke __set_state __clone __debugInfo " Highlighting for __autoload slightly different from line above syntax keyword phpSpecialFunction containedin=ALLBUT,phpComment,phpStringDouble,phpStringSingle,phpIdentifier,phpMethodsVar \ __autoload |