mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:8.0.0128
Problem: Display test fails on MS-Windows.
Solution: Set 'isprint' to "@".
7089237885
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'
|
||||||
|
|
||||||
|
@@ -824,7 +824,7 @@ static const int included_patches[] = {
|
|||||||
// 131,
|
// 131,
|
||||||
// 130 NA
|
// 130 NA
|
||||||
// 129 NA
|
// 129 NA
|
||||||
// 128,
|
128,
|
||||||
127,
|
127,
|
||||||
126,
|
126,
|
||||||
// 125,
|
// 125,
|
||||||
|
Reference in New Issue
Block a user