changeset 10470:232a0d1d8f24 v8.0.0128

commit https://github.com/vim/vim/commit/7089237885218eb8a19805bc2b75481c4efcd6ba Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 9 19:51:49 2016 +0100 patch 8.0.0128 Problem: Display test fails on MS-Windows. Solution: Set 'isprint' to "@".
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Dec 2016 20:00:05 +0100
parents 62145ffdfe3b
children dacb7d2edc42
files src/testdir/test_display.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_display.vim
+++ b/src/testdir/test_display.vim
@@ -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'
 
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    128,
+/**/
     127,
 /**/
     126,