Files
neovim/runtime/lua/vim/_meta
skewb1k 9a5641b4b5 fix(lua): drop support for boolean buf in vim.keymap #38432
Problem:
`vim.keymap.*.Opts.buf` allows `boolean` aliases for more widely
used `integer?` values, `true` -> `0` and `false` -> `nil`. This
conversion is unnecessary and can be handled at call sites.

Solution:
As a follow-up to deprecating the `buffer` option, drop support for
boolean values for the new `buf` option. The deprecated `buffer`
continues to support booleans for backward compatibility.
2026-03-23 08:00:53 -04:00
..
2026-01-07 08:11:42 +08:00
2025-06-06 15:36:48 +01:00
2026-03-11 18:24:57 +01:00
2024-07-15 21:16:29 +01:00
2026-03-09 21:47:13 +01:00
2024-05-15 23:19:26 +02:00
2026-03-20 23:30:09 +01:00
2026-03-11 18:24:57 +01:00
2026-03-11 18:17:46 +01:00