mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
Problem: When items are combined with user-defined highlight attributes
(e.g., strikethrough), trunc inherits these attributes, making
the text difficult to read.
Solution: trunc now uses the original Pmenu and PmenuSel highlight
attributes (glepnir)
closes: vim/vim#17340
https://github.com/vim/vim/commit/0816f17e9a2ba2d1e132497b03905878c7340a78
Co-authored-by: glepnir <glephunter@gmail.com>