diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
commit | 3577c6fafb77da5419cd1001dac56f204d480bdc (patch) | |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c /runtime/syntax/php.vim | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 (diff) | |
download | vim-git-3577c6fafb77da5419cd1001dac56f204d480bdc.tar.gz |
updated for version 7.2a
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 4bcff1341..4e6b95ca9 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -83,7 +83,7 @@ if version < 600 endif so <sfile>:p:h/html.vim else - runtime syntax/html.vim + runtime! syntax/html.vim unlet b:current_syntax endif |