aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/zsh.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-19 20:00:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-19 20:00:58 +1200
commitf010490dcbf07844f3b37b86d3adddcd508a2449 (patch)
treebd69eec0825cc6f0e91a350ed3ce6ae533d3e5c2 /vim/compiler/zsh.vim
parentRevert "Let's try leaving netrw on again for a ... (diff)
downloaddotfiles-f010490dcbf07844f3b37b86d3adddcd508a2449.tar.gz
dotfiles-f010490dcbf07844f3b37b86d3adddcd508a2449.zip
Add option terminators or equivs to :compilers
Diffstat (limited to 'vim/compiler/zsh.vim')
-rw-r--r--vim/compiler/zsh.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/compiler/zsh.vim b/vim/compiler/zsh.vim
index 685a01ad..c9290b8d 100644
--- a/vim/compiler/zsh.vim
+++ b/vim/compiler/zsh.vim
@@ -10,8 +10,8 @@ endif
" 7.4.191 is the earliest version with the :S file name modifier, which we
" really should use if we can
if v:version >= 704 || v:version == 704 && has('patch191')
- CompilerSet makeprg=zsh\ -n\ %:S
+ CompilerSet makeprg=zsh\ -n\ --\ %:S
else
- CompilerSet makeprg=zsh\ -n\ %
+ CompilerSet makeprg=zsh\ -n\ --\ %
endif
CompilerSet errorformat=%f:%l:\ %m