diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-01-29 11:45:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-29 11:45:15 +0100 |
| commit | cf4d025c5a17734cbd4513ea7136ec7fbb95436e (patch) | |
| tree | ccdb4a124ed9b997e003fb9d920d56f8789029ce /test/functional/fixtures | |
| parent | 8fc9a58256e1865f29bfe6e3ba7a778ee91adb21 (diff) | |
| parent | fb8cd340dcd102773f0651c75436271fcab721d4 (diff) | |
| download | rneovim-cf4d025c5a17734cbd4513ea7136ec7fbb95436e.tar.gz rneovim-cf4d025c5a17734cbd4513ea7136ec7fbb95436e.tar.bz2 rneovim-cf4d025c5a17734cbd4513ea7136ec7fbb95436e.zip | |
Merge pull request #17209 from bb010g/patch-1
fix(eval): v:lua support for `-` in module names
Diffstat (limited to 'test/functional/fixtures')
| -rw-r--r-- | test/functional/fixtures/pack/foo/start/bar/lua/baz-quux.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/fixtures/pack/foo/start/bar/lua/baz-quux.lua b/test/functional/fixtures/pack/foo/start/bar/lua/baz-quux.lua new file mode 100644 index 0000000000..c1c33d787e --- /dev/null +++ b/test/functional/fixtures/pack/foo/start/bar/lua/baz-quux.lua @@ -0,0 +1 @@ +return {doit=function() return 9004 end} |