mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
Fix a typo introduced in the previous commit
This commit is contained in:
parent
40e21f59e8
commit
3dac25b1e3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue