commit | a80aad717464760a5a50ac2201ce35b24a0cf7a5 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Wed Dec 22 19:45:28 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 19:45:28 2021 +0000 |
tree | 968eca4115530a2d08a151f5c3cc957b4b43d69d | |
parent | 82b3b4c6cf2973fe767f8e2311482af0bd95267e [diff] [blame] |
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)
diff --git a/src/structs.h b/src/structs.h index 7023ac3..4160453 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -854,6 +854,7 @@ int sat_texthl; int sat_linehl; int sat_culhl; + int sat_numhl; int sat_priority; } sign_attrs_T;