From: Alexis Laferrière Date: Sat, 15 Mar 2014 11:20:21 +0000 (-0400) Subject: misc: use nitc instead of nitg in syntastic X-Git-Tag: v0.6.5~27^2~1 X-Git-Url: http://nitlanguage.org misc: use nitc instead of nitg in syntastic Signed-off-by: Alexis Laferrière --- diff --git a/misc/vim/syntax_checkers/nit/nitg.vim b/misc/vim/syntax_checkers/nit/nitg.vim index c70bf44..f12f3ed 100644 --- a/misc/vim/syntax_checkers/nit/nitg.vim +++ b/misc/vim/syntax_checkers/nit/nitg.vim @@ -23,7 +23,7 @@ let loaded_syntastic_nit_nitg_checker = 1 if exists('g:syntastic_nitg') let s:nitg = g:syntastic_nitg else - let s:nitg = "nitg" + let s:nitg = "nitc" endif if !executable(s:nitg)