From 845c9611378a6066f268cfc4c5bfb8a8c8ed921b Mon Sep 17 00:00:00 2001 From: Stan Angeloff Date: Tue, 6 Mar 2012 14:47:39 +0200 Subject: [PATCH] Add compatibility with recent html5.vim changes. See https://github.com/othree/html5.vim/commit/aa0f693e7d37fa896ddadc4546a2d28176216870 --- syntax/php.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/php.vim b/syntax/php.vim index 57559a3..bf40a5b 100644 --- a/syntax/php.vim +++ b/syntax/php.vim @@ -59,7 +59,7 @@ if !exists("main_syntax") let main_syntax = 'php' endif -runtime syntax/html.vim +runtime! syntax/html.vim unlet b:current_syntax " Set sync method if none declared