1
0
forked from aniani/vim

patch 9.0.0210: 'list' mode does not work properly with virtual text

Problem:    'list' mode does not work properly with virtual text.
Solution:   Show the "$" at the right position. (closes #10913)
This commit is contained in:
Bram Moolenaar
2022-08-14 19:37:36 +01:00
parent 677a39fdf6
commit c3a483fc3c
7 changed files with 83 additions and 11 deletions

View File

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