Files
neovim/runtime/lua/vim/_meta
zeertzjq 71faa2be88 fix(events): don't expand args.file for Lua callback (#31473)
Problem:  In an autocommand Lua callback whether `args.file` is expanded
          depends on whether `expand('<afile>')` has been called.
Solution: Always use the unexpanded file name for `args.file`.

Related to #31306 and vim/vim#16106. This doesn't provide `sfname`, but
at least makes `args.file` have a consistent value.
2024-12-10 10:19:01 +08:00
..
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-09-30 12:34:01 +01:00
2024-02-27 14:41:17 +00:00
2024-07-15 22:16:53 +00: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
2024-04-26 15:13:06 +01:00
2024-04-30 07:04:42 +08:00