Update template and get rid of whitespace at EOL.

This commit is contained in:
Stan Angeloff 2012-04-16 16:46:37 +03:00
parent 14823f4b05
commit aaf3338e6f
2 changed files with 10 additions and 12 deletions

View file

@ -1,8 +1,8 @@
" Vim syntax file
" Language: PHP 5.3 & up
" Maintainer: Paul Garvin <paul@paulgarvin.net>
" Last Change: April 2, 2010
" URL:
" Contributor: Stan Angeloff <stanimir@angeloff.name>
" URL: https://github.com/StanAngeloff/php.vim
"
" Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com>
" Former URL: http://www.vim.org/scripts/script.php?script_id=1571
@ -48,9 +48,8 @@
" will highight '->someOtherVar->bar' as though they will be parsed
" as object member variables, but PHP only recognizes the first
" object member variable ($foo->someVar).
"
"
"
if exists("b:current_syntax")
finish
endif

View file

@ -1,8 +1,8 @@
" Vim syntax file
" Language: PHP 5.3 & up
" Maintainer: Paul Garvin <paul@paulgarvin.net>
" Last Change: April 2, 2010
" URL:
" Contributor: Stan Angeloff <stanimir@angeloff.name>
" URL: https://github.com/StanAngeloff/php.vim
"
" Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com>
" Former URL: http://www.vim.org/scripts/script.php?script_id=1571
@ -48,9 +48,8 @@
" will highight '->someOtherVar->bar' as though they will be parsed
" as object member variables, but PHP only recognizes the first
" object member variable ($foo->someVar).
"
"
"
if exists("b:current_syntax")
finish
endif