Add compatibility with recent html5.vim changes.

See aa0f693e7d
This commit is contained in:
Stan Angeloff 2012-03-06 14:47:39 +02:00
parent 2580adff32
commit 845c961137

View file

@ -59,7 +59,7 @@ if !exists("main_syntax")
let main_syntax = 'php' let main_syntax = 'php'
endif endif
runtime syntax/html.vim runtime! syntax/html.vim
unlet b:current_syntax unlet b:current_syntax
" Set sync method if none declared " Set sync method if none declared