jremmen / vim-ripgrep

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

Allow tab-completion of file paths #4

Closed sirbrillig closed 6 years ago

sirbrillig commented 7 years ago

If the current path contains a directory called files-to-search and you type the command :Rg pattern files- then press Tab, you end up with a control character in your input. Adding -complete=file to the command would allow tab-completion (similar to Ag.vim and other plugins).