Skip to content

Commit

Permalink
Fix syntax error in exists function (#297)
Browse files Browse the repository at this point in the history
Fix syntax error in `exists` function

In GH-296 a syntax errors has crept in where the `exists` function was
missing the second `s` in two cases.

Fixes GH-299
GH-297


Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com>
Co-authored-by: Sven Greb <development@svengreb.de>
Co-authored-by: Arctic Ice Studio <development@arcticicestudio.com>
  • Loading branch information
4 people authored Apr 11, 2022
1 parent 40e21f5 commit e2555c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2555c1

Please sign in to comment.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy