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
2024-04-26 15:13:06 +01:00
2025-03-02 14:27:52 -08:00
2024-09-30 11:51:33 +01:00
2025-01-01 12:29:51 -08:00
2024-07-15 21:16:29 +01:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2025-03-18 06:18:37 -07:00