exist should be exists

This commit is contained in:
Justin Nel 2022-04-11 12:04:22 +02:00 committed by GitHub
parent 03ecb8e4e0
commit 7774e5b3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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