mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +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
|
||||
vnew
|
||||
vert resize 25
|
||||
call assert_equal(25, winwidth(winnr()))
|
||||
set isprint=@
|
||||
|
||||
1put='e more noise blah blah more stuff here'
|
||||
|
||||
|
@@ -824,7 +824,7 @@ static const int included_patches[] = {
|
||||
// 131,
|
||||
// 130 NA
|
||||
// 129 NA
|
||||
// 128,
|
||||
128,
|
||||
127,
|
||||
126,
|
||||
// 125,
|
||||
|
Reference in New Issue
Block a user