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;