mirror of
https://github.com/zoriya/vim.git
synced 2026-05-31 02:30:56 +00:00
Updated a few runtime files.
This commit is contained in:
@@ -189,6 +189,9 @@ endfunction
|
||||
|
||||
function! s:Seems_continuing( line )
|
||||
" Unfinished lines
|
||||
if a:line =~ '\(--\|++\)\s*$'
|
||||
return 0
|
||||
endif
|
||||
if a:line =~ '[\\,\|\&\+\-\*\%\^]\s*$'
|
||||
return 1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user