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
1 changed files with 2 additions and 3 deletions

View File

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