jalvesaq / cmp-nvim-r

GNU General Public License v3.0
18 stars 1 forks source link

Selecting an entry from cmp_nvim_r adds an extra intitial character #1

Closed fbearoff closed 1 year ago

fbearoff commented 1 year ago

If you select an entry for the cmp_nvim_r source using [Enter] it adds an extra initial character to the completion

i.e. dataframe -->ddataframe

jalvesaq commented 1 year ago

Thanks for reporting the issue. I can replicate it, but only if I select the entry with <Enter>. If I press the space bar or insert an opening parenthesis, there is no problem.

jalvesaq commented 1 year ago

It should be fixed now.