mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:40ab82b: runtime(sh): remove invalid commented out line in syntax script
40ab82b974
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Clason
parent
ef591f46bf
commit
5ff8a2fa8b
@ -307,7 +307,6 @@ function! s:end_block(line)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:start_block(line)
|
function! s:start_block(line)
|
||||||
# return a:line =~ '{\s*\(#.*\)\?$'
|
|
||||||
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
|
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user