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/version.c b/src/version.c index 53d3b57..072e884 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3874, +/**/ 3873, /**/ 3872,