1
0
forked from aniani/vim

patch 9.0.0760: display test for 'listchars' "precedes" fails

Problem:    Display test for 'listchars' "precedes" fails.
Solution:   Correct the expected result.
This commit is contained in:
Bram Moolenaar
2022-10-15 14:24:29 +01:00
parent fa7bb1d937
commit 297164cb79
2 changed files with 3 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ func Test_display_listchars_precedes()
let lines = ScreenLines([1,10], winwidth(0)+1)
let expect = [
\ "<<<a aaa a|",
\ "<aaa aaa a|",
\ "a aaa aaa |",
\ "aa aaa aaa|",
\ " aa aaa aa|",

View File

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