]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0760: display test for 'listchars' "precedes" fails v9.0.0760
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 13:24:29 +0000 (14:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 13:24:29 +0000 (14:24 +0100)
Problem:    Display test for 'listchars' "precedes" fails.
Solution:   Correct the expected result.

src/testdir/test_display.vim
src/version.c

index faed0b58ef5ac408f7b96294621ac09a5f790e70..4364f03fb20cf4cae8e96cc57c6ca139f0b8caf2 100644 (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|",
index 607c102fb00bd32d614d9019799a01f0e4d7ed35..0ccdf46360e7ffc71c324dc9f99d2bf83cc98f24 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    760,
 /**/
     759,
 /**/