exist should be exists

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

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