zeertzjq
e51f217be7
vim-patch:9.2.0223: Option handling for key:value suboptions is limited ( #38426 )
...
Problem: Option handling for key:value suboptions is limited
Solution: Improve :set+=, :set-= and :set^= for options that use
"key:value" pairs (Hirohito Higashi)
For comma-separated options with P_COLON (e.g., diffopt, listchars,
fillchars), :set += -= ^= now processes each comma-separated item
individually instead of treating the whole value as a single string.
For :set += and :set ^=:
- A "key:value" item where the key already exists with a different value:
the old item is replaced.
- An exact duplicate item is left unchanged.
- A new item is appended (+=) or prepended (^=).
For :set -=:
- A "key:value" or "key:" item removes by key match regardless of value.
- A non-colon item removes by exact match.
This also handles multiple non-colon items (e.g., :set
diffopt-=filler,internal) by processing each item individually, making
the behavior order-independent.
Previously, :set += simply appended the value, causing duplicate keys to
accumulate.
fixes: vim/vim#18495
closes : vim/vim#19783
e2f4e18437
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-23 10:13:48 +08:00
..
2026-03-03 18:05:42 +01:00
2026-03-21 12:00:06 -04:00
2026-03-17 17:02:15 -04:00
2026-03-12 11:12:56 +01:00
2026-03-12 11:12:56 +01:00
2026-03-11 18:24:57 +01:00
2025-11-28 10:10:31 +08:00
2026-03-21 12:00:06 -04:00
2026-02-12 13:46:45 +01:00
2026-02-12 13:46:45 +01:00
2026-03-11 18:17:46 +01:00
2024-05-15 23:19:26 +02:00
2026-02-18 11:58:34 -05:00
2026-01-04 14:15:23 +08:00
2026-03-11 18:00:18 +01:00
2026-03-16 09:50:13 -04:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-03-11 18:00:18 +01:00
2026-03-16 07:46:34 -04:00
2026-03-16 14:52:03 +01:00
2025-11-10 11:13:56 +08:00
2025-12-06 20:33:02 -05:00
2025-05-03 10:08:53 -07:00
2025-05-03 10:08:53 -07:00
2023-06-25 17:14:28 +02:00
2026-01-27 07:20:41 +08:00
2025-09-07 20:45:22 -07:00
2026-03-11 18:00:18 +01:00
2025-04-27 10:32:25 -07:00
2026-02-14 05:30:18 -05:00
2026-03-15 19:02:49 -04:00
2025-11-10 11:13:56 +08:00
2026-03-19 11:10:54 +08:00
2026-01-27 17:14:57 -05:00
2025-11-10 11:13:56 +08:00
2026-03-22 01:57:28 +01:00
2026-01-12 03:50:57 +00:00
2026-01-09 16:38:26 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-01-26 07:05:42 +08:00
2026-01-26 07:05:42 +08:00
2026-03-22 13:33:11 -04:00
2025-08-02 15:58:11 -07:00
2026-03-22 01:57:28 +01:00
2026-03-21 12:00:06 -04:00
2026-03-22 01:57:28 +01:00
2025-12-15 13:55:15 -05:00
2026-03-16 10:29:58 +01:00
2026-02-12 13:46:45 +01:00
2025-12-15 13:55:15 -05:00
2026-03-11 18:17:46 +01:00
2025-11-10 11:13:56 +08:00
2026-02-10 06:44:30 +08:00
2025-09-28 20:57:59 -07:00
2025-10-04 21:09:13 -07:00
2026-02-09 12:13:24 -05:00
2026-03-23 10:13:48 +08:00
2025-12-15 13:55:15 -05:00
2026-03-23 10:13:48 +08:00
2026-03-11 18:00:18 +01:00
2026-01-29 08:22:51 +08:00
2025-11-10 11:13:56 +08:00
2025-12-15 13:55:15 -05:00
2025-11-10 11:13:56 +08:00
2023-01-01 15:05:13 +01:00
2025-08-11 00:04:30 +00:00
2025-05-20 00:21:30 +00:00
2025-12-06 20:33:02 -05:00
2026-02-28 11:03:44 -05:00
2026-02-04 13:53:08 -05:00
2026-02-09 12:13:24 -05:00
2026-03-11 18:24:57 +01:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-03-22 01:57:28 +01:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-01-26 06:44:11 +08:00
2026-03-22 01:57:28 +01:00
2026-02-05 21:39:08 +08:00
2026-02-20 18:35:55 -05:00
2025-11-10 11:13:56 +08:00
2026-02-09 12:13:24 -05:00
2026-03-18 20:40:20 +01:00
2025-11-10 11:13:56 +08:00
2026-03-20 23:30:09 +01:00
2025-12-15 02:07:51 -05:00
2026-01-07 08:11:42 +08:00
2025-11-12 09:00:27 -08:00
2025-12-21 07:12:38 +08:00
2025-11-10 11:13:56 +08:00
2026-02-13 16:39:18 +08:00
2025-12-06 20:33:02 -05:00
2025-11-10 11:13:56 +08:00
2026-01-25 08:17:33 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-27 07:49:44 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-12-06 20:33:02 -05:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-02-13 16:39:18 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-03-11 12:39:49 +01:00
2025-11-10 11:13:56 +08:00
2025-12-15 13:55:15 -05:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-29 00:22:24 +00:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-02-16 21:17:02 +08:00
2025-11-10 11:13:56 +08:00
2026-02-13 16:39:18 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2025-11-10 11:13:56 +08:00
2026-03-11 18:00:18 +01:00
2025-11-10 11:13:56 +08:00
2026-03-18 07:54:41 -04:00
2026-03-20 23:30:09 +01:00
2026-03-20 23:30:09 +01:00
2025-11-10 11:13:56 +08:00
2026-03-11 18:17:46 +01:00
2026-02-14 07:59:51 +08:00