From 3dac25b1e3be0d215db3cc08ed8bb1ea962ede1d Mon Sep 17 00:00:00 2001 From: Julien Voisin Date: Mon, 11 Apr 2022 16:12:03 +0200 Subject: [PATCH] Fix a typo introduced in the previous commit --- colors/nord.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/nord.vim b/colors/nord.vim index 35cf88c..8753989 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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