]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0663: text property display wrong when 'number' is set v8.1.0663
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Dec 2018 21:07:40 +0000 (22:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Dec 2018 21:07:40 +0000 (22:07 +0100)
commit8caa10a8ec6e398fd67c30b8a2bf20638d3c6c0a
tree535faab94973f88630251166a17eab841dd2731a
parentef0a1d5ed3566b91143d30ae9de3240f47c6e282
patch 8.1.0663: text property display wrong when 'number' is set

Problem:    Text property display wrong when 'number' is set. (Dominique
            Pelle)
Solution:   Compare with "vcol"  instead of "col".
src/screen.c
src/version.c