parent
05cbc742a1
commit
12386dc0c2
@ -837,7 +837,7 @@ function! s:filterop(type) abort
|
|||||||
try
|
try
|
||||||
set selection=inclusive clipboard-=unnamed clipboard-=unnamedplus
|
set selection=inclusive clipboard-=unnamed clipboard-=unnamedplus
|
||||||
let expr = s:opfunc(a:type)
|
let expr = s:opfunc(a:type)
|
||||||
let @@ = matchstr(expr, '^\n\+').fireplace#session_eval(expr).matchstr(expr, '\n\+$')
|
let @@ = fireplace#session_eval(matchstr(expr, '^\n\+').expr).matchstr(expr, '\n\+$')
|
||||||
if @@ !~# '^\n*$'
|
if @@ !~# '^\n*$'
|
||||||
normal! gvp
|
normal! gvp
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user