Skip to content

Commit 40ab82b

Browse files
committed
runtime(sh): remove invalid commented out line in syntax script
Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 711f4a0 commit 40ab82b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runtime/indent/sh.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ function! s:end_block(line)
307307
endfunction
308308

309309
function! s:start_block(line)
310-
# return a:line =~ '{\s*\(#.*\)\?$'
311310
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
312311
endfunction
313312

0 commit comments

Comments
 (0)