0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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 lines = ScreenLines([1,10], winwidth(0)+1)
let expect = [ let expect = [
\ "<<<a aaa a|", \ "<aaa aaa a|",
\ "a aaa aaa |", \ "a aaa aaa |",
\ "aa aaa aaa|", \ "aa aaa aaa|",
\ " aa aaa aa|", \ " aa aaa aa|",

View File

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