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
|
||||
let input = s:input('')
|
||||
redraw
|
||||
if input ==# ''
|
||||
return ''
|
||||
else
|
||||
if input !=# ''
|
||||
call foreplay#evalprint(input)
|
||||
endif
|
||||
return ''
|
||||
endfunction
|
||||
|
||||
function! s:recall() abort
|
||||
|
Loading…
Reference in New Issue
Block a user