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/after/ftplugin/sh.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/after/ftplugin/sh.vim') diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index 7ded5134..e7bd21dc 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -24,7 +24,8 @@ let b:undo_ftplugin .= '|unlet b:current_compiler b:sh_check_compiler' " Resort to g:is_posix for correct syntax on older runtime files " 8.1.257 updated the runtime files to include a fix for this if exists('b:is_posix') - \ && (v:version < 800 || v:version == 800 && !has('patch257')) + \ && (v:version < 800 + \ || v:version == 800 && !has('patch257')) let is_posix = 1 endif -- cgit v1.2.3