jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

E1208: -complete used without -nargs #57

Closed luisdavim closed 2 years ago

luisdavim commented 3 years ago

Started getting the following error recently:

hint: Waiting for your editor to close the file...
Error detected while processing ~/.vim/bundle/vim-ripgrep/plugin/vim-ripgrep.vim:
line  149: E1208: -complete used without -nargs Press ENTER or type command to continue

I've noticed the same was recently fixed in coc.nvim: https://github.com/neoclide/coc.nvim/pull/3211