roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Buffer completion not working properly #40

Closed markonm closed 7 years ago

markonm commented 7 years ago

Something is wrong with buffer source. I only get completions if word being completed is on the same line as the cursor.

https://asciinema.org/a/6yqjvya42be4wr1gwmgvd9vi8

roxma commented 7 years ago

Fixed.

markonm commented 7 years ago

Thank you, it's working great now.