neovim/runtime/lua
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
..
nvim fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583) 2024-07-09 19:27:10 +08:00
provider backport: fix(vim.fs): dirname() returns "." on mingw/msys2 (#30484) 2024-09-23 13:41:47 +00:00
vim fix(events): don't expand args.file for Lua callback (#31473) 2024-12-10 10:19:01 +08:00
_vim9script.lua refactor(lua): rename tbl_islist => islist 2024-04-21 17:08:07 +02:00
coxpcall.lua build(lua): vendor coxpcall 2023-09-10 11:43:37 +02:00
editorconfig.lua docs: misc (#28609) 2024-05-15 07:18:33 +08:00
man.lua fix(man): check if buffer is valid before restoring 'tagfunc' (#30180) 2024-08-29 11:54:09 +00:00
tohtml.lua fix(tohtml): support ranges again 2024-07-18 09:44:52 +02:00