diff options
Diffstat (limited to '')
-rw-r--r-- | compiler/nim.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nim.vim b/compiler/nim.vim index 637bd4a9..a587a306 100644 --- a/compiler/nim.vim +++ b/compiler/nim.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nim') == -1 + if exists("current_compiler") finish endif @@ -24,4 +25,5 @@ unlet s:cpo_save let g:syntastic_nim_checkers = ['nim'] + endif |