From bb96e849b2d3dd1f9e3633df531a9951c0f1f045 Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Sat, 18 May 2019 10:46:48 +0200 Subject: [PATCH] vim - php : fix comment highlight after semicolons --- vim/config/plugin/php.vim.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugin/php.vim.vim b/vim/config/plugin/php.vim.vim index f999aa0..6609b61 100644 --- a/vim/config/plugin/php.vim.vim +++ b/vim/config/plugin/php.vim.vim @@ -15,3 +15,4 @@ let g:php_alt_arrays = 2 let g:php_folding = 1 let g:php_special_functions = 0 let g:php_nested_functions = 1 +let g:php_show_semicolon_error = 0