0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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".
This commit is contained in:
Bram Moolenaar
2018-12-30 22:07:40 +01:00
parent ef0a1d5ed3
commit 8caa10a8ec
2 changed files with 4 additions and 2 deletions

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
663,
/**/
662,
/**/