Files
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
..
2024-02-15 11:32:50 +00:00
2023-09-14 08:23:01 -05:00
2023-09-22 23:02:45 +01:00
2024-02-15 11:32:50 +00:00
2023-07-17 16:32:56 +01:00