mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-14 01:26:21 -04:00
exist should be exists
This commit is contained in:
parent
03ecb8e4e0
commit
7774e5b3e6
|
|
@ -859,7 +859,7 @@ hi! link mkdDelimiter Keyword
|
|||
|
||||
" PHP
|
||||
" > StanAngeloff/php.vim
|
||||
if exist('g:php_version_id')
|
||||
if exists('g:php_version_id')
|
||||
call s:hi("phpClass", s:nord7_gui, "", s:nord7_term, "", "", "")
|
||||
call s:hi("phpClassImplements", s:nord7_gui, "", s:nord7_term, "", s:bold, "")
|
||||
hi! link phpClassExtends phpClass
|
||||
|
|
|
|||
Loading…
Reference in a new issue