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-03-16 14:52:04 +01:00
2024-04-23 18:17:04 +02:00
2026-03-12 11:12:56 +01:00
2026-02-17 11:34:12 +08:00
2025-05-04 11:22:57 -04:00
2025-05-29 12:10:07 +02:00
2024-09-28 00:31:45 +02:00
2026-03-16 09:50:13 -04:00
2026-01-28 05:44:17 -05:00
2025-10-28 18:45:50 -07:00
2026-03-20 05:08:00 -04:00
2025-01-09 09:26:45 -08:00
2026-01-12 10:58:01 -08:00
2025-04-05 15:56:40 -07:00
2025-03-18 09:39:19 +01:00
2026-02-12 11:55:16 -05:00
2026-02-11 06:54:57 -05:00
2025-08-03 07:45:49 -07:00
2024-11-26 06:15:50 -08:00
2025-09-03 23:03:51 -04:00
2026-03-21 17:07:33 -04:00
2025-11-22 17:04:32 -05:00
2026-03-18 19:19:47 -04:00
2025-05-04 11:22:57 -04:00
2025-09-24 11:41:43 +08:00
2026-02-16 11:05:38 -05:00
2026-02-25 20:55:05 -06:00
2025-09-24 11:41:43 +08:00
2024-04-23 18:17:04 +02:00
2025-08-17 20:40:28 -07:00
2025-07-10 21:50:46 -04:00
2025-09-24 14:25:54 +08:00
2025-07-12 20:54:22 -07:00
2026-03-13 09:36:44 -04:00
2026-03-11 18:00:18 +01:00
2026-01-28 05:44:17 -05:00
2025-05-04 11:22:57 -04:00
2025-06-30 20:59:44 +03:00
2026-03-23 08:00:53 -04:00
2024-12-31 15:54:06 +01:00
2026-01-12 03:50:57 +00:00
2025-09-15 12:10:23 +02:00