neovim/runtime/lua/vim/_meta
Gregory Anders 55a4aa41bb
docs: document breaking change for nvim_create_autocmd callback (#27484)
https://github.com/neovim/neovim/pull/27428 changed the semantics of
callbacks passed to nvim_create_autocmd such that any truthy value will
delete the autocommand (rather than just the literal boolean value
`true`). Update the documentation accordingly and add an entry to
`news.txt`.

The behavior is now consistent between nvim_create_autocmd and
nvim_buf_attach.
2024-02-15 19:56:58 -06:00
..
api_keysets_extra.lua feat: improve return type annotations for vim.api.* 2024-01-26 15:07:25 +00:00
api_keysets.lua refactor(lua): use a keyset for vim.diff opts parsing 2024-02-13 11:54:44 +01:00
api.lua docs: document breaking change for nvim_create_autocmd callback (#27484) 2024-02-15 19:56:58 -06:00
base64.lua feat(stdlib): add vim.base64 module (#25843) 2023-10-31 09:15:32 -05:00
builtin_types.lua docs(builtin): fix lua types for vim.fn.sign_getplaced 2024-02-13 08:22:32 +00:00
builtin.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
diff.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
json.lua fix(meta): include vim.json 2023-09-22 23:02:45 +01:00
lpeg.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
misc.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
mpack.lua fix: luacheck 2023-07-17 16:32:56 +01:00
options.lua feat(shortmess): "q" flag fully hides recording message (#27415) 2024-02-11 07:39:39 +08:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
regex.lua docs: fix typos and other small fixes (#25005) 2023-09-14 12:05:27 +08:00
spell.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
vimfn.lua docs: stricter bufname and bufnr types (#27454) 2024-02-13 12:15:27 +08:00
vvars.lua docs(vvars): fix wrong lua types in vim.v variables 2024-01-15 09:39:27 +00:00