mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
runtime(sh): remove invalid commented out line in syntax script
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -307,7 +307,6 @@ function! s:end_block(line)
|
||||
endfunction
|
||||
|
||||
function! s:start_block(line)
|
||||
# return a:line =~ '{\s*\(#.*\)\?$'
|
||||
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
|
||||
endfunction
|
||||
|
||||
|
Reference in New Issue
Block a user