]> Sergey Matveev's repositories - vim-lsp.git/commit
Fix bug where buffer completion spams
authorGirish Palya <girishji@gmail.com>
Thu, 1 Jun 2023 14:13:57 +0000 (16:13 +0200)
committerGirish Palya <girishji@gmail.com>
Thu, 1 Jun 2023 14:13:57 +0000 (16:13 +0200)
commit7b8ee51147a3ba3b8a6b542a9b599e7b6f311b7d
tree6b1c5befe21092d21295d6aa54ce323851f6a5cc
parent60652f8fb3599512138097903528496aa549f9e5
Fix bug where buffer completion spams
Steps to reproduce:
- Enable buffer completion
- Search for 'xyz' where 'xy' has completions
- Backspace to remove 'z'
- You'll see all items from current buffer shown that are not related
  to 'xy'

M  autoload/lsp/completion.vim
autoload/lsp/completion.vim