]> granicus.if.org Git - vim/commit
patch 8.2.3874: cannot highlight the number column for a sign v8.2.3874
authorJames McCoy <jamessan@jamessan.com>
Wed, 22 Dec 2021 19:45:28 +0000 (19:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Dec 2021 19:45:28 +0000 (19:45 +0000)
commita80aad717464760a5a50ac2201ce35b24a0cf7a5
tree968eca4115530a2d08a151f5c3cc957b4b43d69d
parent82b3b4c6cf2973fe767f8e2311482af0bd95267e
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)
runtime/doc/options.txt
runtime/doc/sign.txt
src/drawline.c
src/popupwin.c
src/proto/sign.pro
src/sign.c
src/structs.h
src/testdir/test_signs.vim
src/version.c