diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-28 19:05:50 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-28 19:05:50 -0500 |
commit | aa8b3b60ee03e4b6a5e664bc16f177893b2ba309 (patch) | |
tree | b4c47d35af9f035309b69bc33e0854d05884cf95 /runtime/syntax/php.vim | |
parent | 73e83e85662e201f84786134573070135cec05ed (diff) | |
parent | 92f889dada94bb35366fb433d2f4ea71e0f3bab5 (diff) | |
download | rneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.tar.gz rneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.tar.bz2 rneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.zip |
Merge pull request #4118 from nicdumz/vim-83d1b19
[RFC] vim-patch: 3 runtime commits
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 860181e0e6..e2d73111e4 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -1,8 +1,8 @@ " Vim syntax file " Language: php PHP 3/4/5 " Maintainer: Jason Woofenden <jason@jasonwoof.com> -" Last Change: Sep 18, 2014 -" URL: https://gitorious.org/jasonwoof/vim-syntax/blobs/master/php.vim +" Last Change: Mar 24, 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> " |