]> granicus.if.org Git - vim/commitdiff
patch 8.0.0128 v8.0.0128
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Dec 2016 18:51:49 +0000 (19:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Dec 2016 18:51:49 +0000 (19:51 +0100)
Problem:    Display test fails on MS-Windows.
Solution:   Set 'isprint' to "@".

src/testdir/test_display.vim
src/version.c

index ba7b7d7626a59457fdf20b339ea9bcd1c4683ddf..609e16c73767514fe7e32e0b93e0b2b4a3a6d9bb 100644 (file)
@@ -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\82 more stuff here'
 
index 39538a0c83497ad02e16bdcf61982487ef0c618d..9b9705e0ac58b17e7f3794bfaeeda17ead78aa86 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    128,
 /**/
     127,
 /**/