aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/zsh.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-17 22:53:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-17 22:53:43 +1200
commitd86981e8ade3fd879ad29c753e45ae923a024f65 (patch)
tree1b5c607d2dedf306b29ccb66fd7ee759f45015d0 /vim/compiler/zsh.vim
parentMerge branch 'release/v4.29.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-d86981e8ade3fd879ad29c753e45ae923a024f65.tar.gz
dotfiles-d86981e8ade3fd879ad29c753e45ae923a024f65.zip
Merge branch 'release/v4.30.0'v4.30.0
* release/v4.30.0: Bump VERSION Break up long lines in sh syntax file Update vim-perl-version-bump to v1.2.0 Update vim-sahara to v1.1.0 Update vim-shebang-create-exec to v0.3.0 Update vim-juvenile to v0.5.0 Split long lines with version/patch check pattern Break up long lines in PHP Vim compiler script Bind \L to toggle 'colorcolumn' Sort flags for options Remove overkill Windows path reduction Switch back to insecure HTML Tidy site URL Use <Bar> in multi-command mapping
Diffstat (limited to 'vim/compiler/zsh.vim')
-rw-r--r--vim/compiler/zsh.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/compiler/zsh.vim b/vim/compiler/zsh.vim
index 4fc5f30e..ad82cc3b 100644
--- a/vim/compiler/zsh.vim
+++ b/vim/compiler/zsh.vim
@@ -9,7 +9,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')
+if v:version >= 704
+ \ || v:version == 704 && has('patch191')
CompilerSet makeprg=zsh\ -n\ --\ %:S
else
CompilerSet makeprg=zsh\ -n\ --\ %