From 03ecb8e4e070d0c39e6addef56339b40b4ff8be8 Mon Sep 17 00:00:00 2001 From: Justin Nel Date: Mon, 11 Apr 2022 11:57:58 +0200 Subject: [PATCH] exist should be exists --- colors/nord.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/nord.vim b/colors/nord.vim index 35cf88c..d82569a 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