changeset 30851:f784ea65b258 v9.0.0760

patch 9.0.0760: display test for 'listchars' "precedes" fails Commit: https://github.com/vim/vim/commit/297164cb7972beff35e375ccac4fbad8196ccbd7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 14:24:29 2022 +0100 patch 9.0.0760: display test for 'listchars' "precedes" fails Problem: Display test for 'listchars' "precedes" fails. Solution: Correct the expected result.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 15:30:04 +0200
parents 272127ef97a3
children 46157e3ebe96
files src/testdir/test_display.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_display.vim
+++ b/src/testdir/test_display.vim
@@ -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|",
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    760,
+/**/
     759,
 /**/
     758,