mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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|",
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user