gaalcaras / ncm-R

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:
GNU General Public License v3.0
118 stars 10 forks source link

Error "'\l' is an unrecognized escape sequence" when starting to type #4

Closed oli666 closed 6 years ago

oli666 commented 6 years ago

hi, I get the attached error when starting to type the first letter in insert mode.

unbenannt

Before that, I have successfully started R using rf and can send lines of code to the R process without issues. Also: the word completion works just fine and I have also used Jedi to test the python completen. All good on that front. Any glue what could cause the issue with the R completion? Thanks, Oli

gaalcaras commented 6 years ago

Thanks for the feedback.

You have the exact same issue than: https://github.com/gaalcaras/ncm-R/issues/1#issuecomment-352434811

I know what's causing this bug on Windows 10. I think the next version of ncm-R will solve the issue, because it will interact with Nvim-R in a different way.

If you want to try the next version and see if it works, please use the following branches (this is using vim-plug):

Plug 'jalvesaq/Nvim-R', { 'branch': 'auto_list' }
Plug 'gaalcaras/ncm-R', { 'branch': 'auto-list' }
oli666 commented 6 years ago

Good stuff! I have checked out the according branches and everything seems to be working now, excellent! Will start exploring this already awesome looking plug-in! Many thanks for the quick turn around. Oli

gaalcaras commented 6 years ago

That's great news!

Please note that I don't know when @jalvesaq or I will be merging the dev branches into master. But since they are feature branches, they'll probably be deleted in the near future so be on the lookout for that.

jalvesaq commented 6 years ago

I'm ready to merge the auto_list branch into master...

gaalcaras commented 6 years ago

It's ready for me too. Let's merge then :)

jalvesaq commented 6 years ago

Done!

gaalcaras commented 6 years ago

And... Done!