We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711f4a0 commit 40ab82bCopy full SHA for 40ab82b
1 file changed
runtime/indent/sh.vim
@@ -307,7 +307,6 @@ function! s:end_block(line)
307
endfunction
308
309
function! s:start_block(line)
310
-# return a:line =~ '{\s*\(#.*\)\?$'
311
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
312
313
0 commit comments