Skip to content

Commit 7089237

Browse files
committed
patch 8.0.0128
Problem: Display test fails on MS-Windows. Solution: Set 'isprint' to "@".
1 parent 73fd498 commit 7089237

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/testdir/test_display.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ function! Test_display_foldcolumn()
1818
new
1919
vnew
2020
vert resize 25
21+
call assert_equal(25, winwidth(winnr()))
22+
set isprint=@
2123

2224
1put='e more noise blah blah‚ more stuff here'
2325

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
128,
767769
/**/
768770
127,
769771
/**/

0 commit comments

Comments
 (0)