From 935fc4c3003110cad368e34a1eccfe500133f105 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 May 2019 21:05:06 +1200 Subject: Split long lines with version/patch check pattern --- vim/compiler/sh.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/compiler/sh.vim') diff --git a/vim/compiler/sh.vim b/vim/compiler/sh.vim index d4134e6e..5e7bc3ba 100644 --- a/vim/compiler/sh.vim +++ b/vim/compiler/sh.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=sh\ -n\ --\ %:S else CompilerSet makeprg=sh\ -n\ --\ % -- cgit v1.2.3