1
0
forked from aniani/vim

patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn'

Problem:    Cursor position wrong on wrapped line with 'signcolumn'.
Solution:   Don't add space for showbreak twice. (Christian Brabandt,
            closes #8262)
This commit is contained in:
Bram Moolenaar
2021-05-29 17:56:37 +02:00
parent 5a6cfb3ff2
commit a06e345af5
3 changed files with 25 additions and 0 deletions

View File

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