Fix a typo introduced in the previous commit

This commit is contained in:
Julien Voisin 2022-04-11 16:12:03 +02:00
parent 40e21f59e8
commit 3dac25b1e3

View file

@ -726,7 +726,7 @@ endif
"+--- Languages ---+
" Haskell
" > neovimhaskell/haskell-vim
if exist('g:cabal_indent_section')
if exists('g:cabal_indent_section')
call s:hi("haskellPreProc", s:nord10_gui, "", s:nord10_term, "", "", "")
call s:hi("haskellType", s:nord7_gui, "", s:nord7_term, "", "", "")
hi! link haskellPragma haskellPreProc
@ -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