aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/vint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler/vint.vim')
-rw-r--r--vim/compiler/vint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/compiler/vint.vim b/vim/compiler/vint.vim
index 0dcd4720..54d0fc4d 100644
--- a/vim/compiler/vint.vim
+++ b/vim/compiler/vint.vim
@@ -13,5 +13,5 @@ if v:version >= 704 || v:version == 704 && has('patch191')
CompilerSet makeprg=vint\ %:S
else
CompilerSet makeprg=vint\ %
-fi
+endif
CompilerSet errorformat=%f:%l:%c:\ %m