girishji / vimcomplete

Async autocompletion for Vim.
MIT License
121 stars 5 forks source link

completor.vim:227 line have bug #34

Closed Angluca closed 8 months ago

Angluca commented 8 months ago

Press o/O key auto jump to first line if I open more buffer > 1 in vim I use vim 9.0 and macvim 9.1 all have this question

" completor.vim
226   endif
227   all <-- 
228   if line == prevCompletionInput
girishji commented 8 months ago

Thanks, some typo got snuck in. Sorry about that.