Kyle
f34ee3da80
feat(api): nvim_set_option_value(operation=...) #39849
...
Problem:
`nvim_set_option_value` cannot "update" options similar to `:set opt=`,
`:set opt+=`, etc. The Lua impls of "vim.opt" / "vim.o" have incomplete,
bespoke reimplementations of those operations.
ref #38420
Solution:
- Add `operation` param to `nvim_set_option_value`, which may be "set",
"append", "prepend", or "remove".
- Use this feature to implement `vim.opt` / `vim.o`.
2026-06-28 13:20:56 -04:00
..
2026-04-20 14:16:41 -04:00
2024-04-23 18:17:04 +02:00
2026-04-15 18:45:26 +00:00
2026-02-17 11:34:12 +08:00
2026-05-25 11:06:02 +02:00
2025-05-29 12:10:07 +02:00
2026-03-29 18:50:37 +02:00
2026-06-15 11:11:57 -04:00
2026-01-28 05:44:17 -05:00
2026-06-13 13:20:45 -04:00
2026-05-29 14:24:22 -04:00
2025-01-09 09:26:45 -08:00
2026-01-12 10:58:01 -08:00
2026-06-06 10:26:12 +00: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
2026-05-05 17:04:11 -04:00
2024-11-26 06:15:50 -08:00
2026-05-10 11:03:15 -04:00
2026-05-25 11:06:02 +02:00
2026-03-21 17:07:33 -04:00
2026-06-12 09:50:27 -04:00
2026-06-28 13:20:56 -04:00
2026-06-19 19:42:28 +02:00
2026-06-08 19:52:51 +08:00
2026-05-20 16:23:03 +08:00
2026-06-19 19:42:28 +02:00
2026-05-10 09:19:12 -04:00
2024-04-23 18:17:04 +02:00
2025-08-17 20:40:28 -07:00
2026-06-12 09:50:27 -04:00
2026-04-20 14:16:41 -04:00
2026-05-25 11:06:02 +02:00
2026-04-23 17:11:59 -04:00
2026-03-13 09:36:44 -04:00
2026-04-30 19:19:42 +02:00
2026-04-28 18:29:17 -04:00
2026-01-28 05:44:17 -05:00
2026-06-19 19:42:28 +02:00
2026-04-08 13:33:00 -04:00
2026-05-29 14:45:33 -04:00
2026-06-12 09:50:27 -04:00
2026-06-19 19:42:28 +02:00
2025-09-15 12:10:23 +02:00