mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
exist should be exists
This commit is contained in:
parent
40e21f59e8
commit
03ecb8e4e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue