Quantcast
Channel: Neovim interpolation gives E15 "Invalid Expression" - Vi and Vim Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Vivian De Smedt for Neovim interpolation gives E15 "Invalid...

String interpolation are supported in Vim 9.0 but not in Neovim 0.9.5It seems to have been implemented on September 2019 on Vim (see issue #4491) but not merged yet in Neovim 0.9.5But it works fine in...

View Article



Neovim interpolation gives E15 "Invalid Expression"

According to this:https://neovim.io/doc/user/eval.html#interpolated-stringI should be able to do this::echo $"The square root of 9 is {sqrt(9)}"But that gives me:E15: Invalid expression: $"The square...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images