diff options
Diffstat (limited to 'runtime/syntax/php.vim')
-rw-r--r-- | runtime/syntax/php.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/php.vim b/runtime/syntax/php.vim index f27d923400..26d60a9382 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -110,7 +110,7 @@ if exists( "php_htmlInStrings") syn cluster phpAddStrings add=@htmlTop endif -" make sure we can use \ at the begining of the line to do a continuation +" make sure we can use \ at the beginning of the line to do a continuation let s:cpo_save = &cpo set cpo&vim |