From a80a2c8f0fa802d99c7e244c959276e6a69d5d87 Mon Sep 17 00:00:00 2001
From: Marat <mamyashev.marat@gmail.com>
Date: Fri, 26 Dec 2014 16:37:04 +0300
Subject: [PATCH] Update php.vim

b:current_syntax sets an error ``` No such variable: "b:current_syntax"```
---
 syntax/php.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/php.vim b/syntax/php.vim
index f75e833..eb6188e 100644
--- a/syntax/php.vim
+++ b/syntax/php.vim
@@ -60,7 +60,7 @@ if !exists("main_syntax")
 endif
 
 runtime syntax/html.vim
-unlet b:current_syntax
+" unlet b:current_syntax
 
 " Set sync method if none declared
 if !exists("php_sync_method")