diff options
author | phanium <91544758+phanen@users.noreply.github.com> | 2025-03-18 08:59:48 +0800 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-03-18 10:10:36 +0100 |
commit | 29a47b39ccd0317e815632439966f0f1343d96cf (patch) | |
tree | c9cd580aa4b5b24167b7827aebdb78452bd1260c /runtime/lua/vim/_meta | |
parent | d40481322a7959d36804cb4f438d8756fb8171a0 (diff) | |
download | rneovim-29a47b39ccd0317e815632439966f0f1343d96cf.tar.gz rneovim-29a47b39ccd0317e815632439966f0f1343d96cf.tar.bz2 rneovim-29a47b39ccd0317e815632439966f0f1343d96cf.zip |
fix(runtime): E15: Invalid expression in lua file when `gf`
Problem:
after https://github.com/neovim/neovim/pull/32719, `gf` error in lua:
```
E15: Invalid expression: "v:lua.require"vim._ftplugin.lua".includeexpr()"
E447: Can't find file "vim._ftplugin.lua" in path
```
Solution:
* use single quote (no idea why there's two pair double quote in
expression).
* add missing `v:fname`.
Diffstat (limited to 'runtime/lua/vim/_meta')
0 files changed, 0 insertions, 0 deletions