diff options
author | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:29:05 +0100 |
---|---|---|
committer | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:43:43 +0100 |
commit | 2e000a1acd59537b6d33b0dff98e01e7f5dc0187 (patch) | |
tree | 3cb6c9c62c2c7cc64a4ccb00310d09e23e4619b2 /runtime/syntax/php.vim | |
parent | 50393ef17831a24a57e68812f9cadf186c650ab9 (diff) | |
download | rneovim-2e000a1acd59537b6d33b0dff98e01e7f5dc0187.tar.gz rneovim-2e000a1acd59537b6d33b0dff98e01e7f5dc0187.tar.bz2 rneovim-2e000a1acd59537b6d33b0dff98e01e7f5dc0187.zip |
vim-patch:83d1b19
More updated runtime files.
https://github.com/vim/vim/commit/83d1b19015219c7799af0a0d539ae86a41057240
Left out:
- doc/tags
- doc/todo.txt
- runtime/tutor/de.*
- runtime/syntax/vim.vim that seems to have already been
applied/autogenerated without the has(...) tests
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> " |