Fix jump to top of file after cqp
This commit is contained in:
parent
fbc0c54548
commit
f4a1c5a5fe
@ -582,11 +582,10 @@ endfunction
|
|||||||
function! s:inputeval() abort
|
function! s:inputeval() abort
|
||||||
let input = s:input('')
|
let input = s:input('')
|
||||||
redraw
|
redraw
|
||||||
if input ==# ''
|
if input !=# ''
|
||||||
return ''
|
|
||||||
else
|
|
||||||
call foreplay#evalprint(input)
|
call foreplay#evalprint(input)
|
||||||
endif
|
endif
|
||||||
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:recall() abort
|
function! s:recall() abort
|
||||||
|
Loading…
Reference in New Issue
Block a user