preservim / vim-textobj-quote

Use ‘curly’ quote characters in Vim
Other
123 stars 6 forks source link

vim-textobj-quote + neovim latest is broken #13

Closed telemachus closed 6 years ago

telemachus commented 7 years ago

vim-textobj-quote: 32cd093 (latest, I believe) neovim: v0.2.0-1089-g8d139553 (full build info here) macOS: 10.12.4

Problem: If I try to use quotes, I get raw escapes mixed with text. For example, if I type It's, I end up with this result: It<t_x30x128><t_x30s>. (Note that the 's' ends up inside the second bit of escape code.)

Please let me know if you need me to do anything else to debug the problem. Thanks.

reedes commented 7 years ago

I haven't used neovim recently and will see if I can install and reproduce issue.

reedes commented 6 years ago

16 reports that this is working in neovim. Please reopen if not. Thanks.