Files
neovim/runtime/lua/vim/_meta
Yochem van Rosmalen 7b2119dbd9 fix(exrc): exrc knows its own location #34638
Problem:
'exrc' files are inherently bound to their location / workspace and
therefore require to "know" their location on the filesystem. However,
currently using `debug.getinfo(1, 'S')` returns `"<nvim>"`.

Solution:
Include the filepath as chunkname in `loadstring()` and `nlua_exec()`.

(cherry picked from commit f7c939fa7a)
2025-07-01 12:53:39 +02:00
..
2025-06-01 23:16:54 +00:00
2025-03-02 14:27:52 -08:00
2025-01-01 12:29:51 -08:00
2025-03-18 06:18:37 -07:00