comparison runtime/syntax/php.vim @ 1620:73fe8baea242

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 21:16:56 +0000
parents e63691e7c504
children 3c7da93eb7f9
comparison
equal deleted inserted replaced
1619:b9740fb41986 1620:73fe8baea242
81 if exists("php_sync_method") && !php_sync_method 81 if exists("php_sync_method") && !php_sync_method
82 let php_sync_method=-1 82 let php_sync_method=-1
83 endif 83 endif
84 so <sfile>:p:h/html.vim 84 so <sfile>:p:h/html.vim
85 else 85 else
86 runtime syntax/html.vim 86 runtime! syntax/html.vim
87 unlet b:current_syntax 87 unlet b:current_syntax
88 endif 88 endif
89 89
90 " accept old options 90 " accept old options
91 if !exists("php_sync_method") 91 if !exists("php_sync_method")