commit 5ff8a2fa8bd1644813c16d797d9101fece714365
parent ef591f46bf7c8763a7c313f180447f50585c5753
Author: Christian Clason <c.clason@uni-graz.at>
Date: Wed, 19 Mar 2025 10:05:27 +0100
vim-patch:40ab82b: runtime(sh): remove invalid commented out line in syntax script
https://github.com/vim/vim/commit/40ab82b974a31ab483abee6357d97d9018d775a7
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/runtime/indent/sh.vim b/runtime/indent/sh.vim
@@ -307,7 +307,6 @@ function! s:end_block(line)
endfunction
function! s:start_block(line)
-# return a:line =~ '{\s*\(#.*\)\?$'
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
endfunction