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
|
new
|
||||||
vnew
|
vnew
|
||||||
vert resize 25
|
vert resize 25
|
||||||
|
call assert_equal(25, winwidth(winnr()))
|
||||||
|
set isprint=@
|
||||||
|
|
||||||
1put='e more noise blah blah more stuff here'
|
1put='e more noise blah blah more stuff here'
|
||||||
|
|
||||||
|
|||||||
@@ -764,6 +764,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 */
|
||||||
|
/**/
|
||||||
|
128,
|
||||||
/**/
|
/**/
|
||||||
127,
|
127,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user