Fix jump to top of file after cqp

This commit is contained in:
Tim Pope 2013-01-05 19:54:30 -05:00
parent fbc0c54548
commit f4a1c5a5fe

View File

@ -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