Try to remove comments in cq
This will break on strings with semicolons in them.
This commit is contained in:
parent
a5d60016a2
commit
7a98feb253
@ -433,7 +433,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:editop(type) abort
|
function! s:editop(type) abort
|
||||||
call feedkeys(&cedit . "\<Home>", 'n')
|
call feedkeys(&cedit . "\<Home>", 'n')
|
||||||
let input = s:input(substitute(s:opfunc(a:type), '\n\s*', ' ', 'g'))
|
let input = s:input(substitute(substitute(s:opfunc(a:type), "\s*;[^\n]*", '', 'g'), '\n\+\s*', ' ', 'g'))
|
||||||
try
|
try
|
||||||
if input !=# ''
|
if input !=# ''
|
||||||
echo foreplay#eval(input)
|
echo foreplay#eval(input)
|
||||||
|
Loading…
Reference in New Issue
Block a user