mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.3874: cannot highlight the number column for a sign
Problem: Cannot highlight the number column for a sign. Solution: Add the "numhl" argument. (James McCoy, closes #9381)
This commit is contained in:
committed by
Bram Moolenaar
parent
82b3b4c6cf
commit
a80aad7174
@@ -854,6 +854,7 @@ typedef struct sign_attrs_S {
|
||||
int sat_texthl;
|
||||
int sat_linehl;
|
||||
int sat_culhl;
|
||||
int sat_numhl;
|
||||
int sat_priority;
|
||||
} sign_attrs_T;
|
||||
|
||||
|
Reference in New Issue
Block a user