With 0.3.6, if I try to get the docs for a var when my cursor is at the end of the name, I now see this error
"(:syntax-quote 1 \"\")%s node expects %d value%s. [at line 1, column 2]"
That didn't happen in 0.3.5.The most common situation where I want to see docs is when I've just tabbed to complete a function name so my cursor is nearly always at the end of a var name so this feels like a major breakage to me...
For example, if there's a variable like myvar
and the cursor is after the r
?
Okay, I see the problem 😞
I'm using vim-mode-plus
, and it sets the position before the end of the var....
I look forward to 0.3.7 🙂
Just published 0.3.7 🙂
Thank you! Confirmed fixed!