forked from aniani/vim
patch 8.0.0128
Problem: Display test fails on MS-Windows. Solution: Set 'isprint' to "@".
This commit is contained in:
@@ -18,6 +18,8 @@ function! Test_display_foldcolumn()
|
||||
new
|
||||
vnew
|
||||
vert resize 25
|
||||
call assert_equal(25, winwidth(winnr()))
|
||||
set isprint=@
|
||||
|
||||
1put='e more noise blah blah more stuff here'
|
||||
|
||||
|
||||
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
128,
|
||||
/**/
|
||||
127,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user