roxma / nvim-completion-manager

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

Fix issue#196 for vim >= 8.0.1476, which v:completed_item is readonly. #200

Open JR4er opened 6 years ago

JR4er commented 6 years ago

A temporary fix of issue #196 , using another variable to inject snippets. Works for me with Ultisnips. Neosnippets and Snipmates are not tested. It may also have a lower performance.