mirror of
https://github.com/neovim/neovim.git
synced 2026-09-05 21:50:59 +00:00
Problem: nvim_set_hl always replaces all attributes. Solution: Add update field. When true, merge with existing attributes instead of replacing. Unspecified attributes are preserved. If highlight group doesn't exist, falls back to reset mode.