tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
287 stars 28 forks source link

fix replace range in textEdit is ignored by cmp #38

Closed yioneko closed 2 years ago

yioneko commented 2 years ago

This bug is introduced since https://github.com/hrsh7th/nvim-cmp/commit/440897ef585ccef29e1edb927ea4b5afaf2fe304, where the range field in textEdit is no longer respected in replace mode.

tzachar commented 2 years ago

10x :)