Updated against PHP 5.5.8
Updated README and updated against the latest PHP version.
This commit is contained in:
parent
3369a28954
commit
9de06afeb4
2 changed files with 8 additions and 3 deletions
|
@ -4,7 +4,12 @@ php.vim
|
||||||
This project is a fork of [php.vim][StanAngeloff] which is an improved version
|
This project is a fork of [php.vim][StanAngeloff] which is an improved version
|
||||||
of [php.vim--Garvin][garvin] which in turn is an update of the
|
of [php.vim--Garvin][garvin] which in turn is an update of the
|
||||||
[php.vim][php-vim] script which in turn is an updated version of the php.vim
|
[php.vim][php-vim] script which in turn is an updated version of the php.vim
|
||||||
syntax file distributed with Vim. FUCKIN’ A!
|
syntax file distributed with Vim.
|
||||||
|
|
||||||
|
The point of this fork is to embrace the latest and greatest PHP has to offer
|
||||||
|
and constantly update against the latest PHP release.
|
||||||
|
|
||||||
|
Last updated against **5.5.8**
|
||||||
|
|
||||||
[StanAngeloff]: https://github.com/StanAngeloff/php.vim
|
[StanAngeloff]: https://github.com/StanAngeloff/php.vim
|
||||||
[garvin]: https://github.com/vim-scripts/php.vim--Garvin
|
[garvin]: https://github.com/vim-scripts/php.vim--Garvin
|
||||||
|
@ -22,7 +27,7 @@ Improvements
|
||||||
- Support for not-so-common extensions was turned off, e.g., `mssql_*`.
|
- Support for not-so-common extensions was turned off, e.g., `mssql_*`.
|
||||||
- Basic support for PHP 5.4 syntax was added.
|
- Basic support for PHP 5.4 syntax was added.
|
||||||
- Support was added for PHP 5.5.7
|
- Support was added for PHP 5.5.7
|
||||||
- New modules added: memcache, memcached, redis and xdebug
|
- New modules added: memcache, memcached, redis, test_helpers and xdebug
|
||||||
- Support for static classes and docblock parameters (patched by @kris89)
|
- Support for static classes and docblock parameters (patched by @kris89)
|
||||||
|
|
||||||
[html5]: https://github.com/othree/html5.vim
|
[html5]: https://github.com/othree/html5.vim
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue