]> granicus.if.org Git - vim/commitdiff
patch 8.1.0028: prompt buffer test fails on MS-Windows v8.1.0028
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 13:08:09 +0000 (15:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 13:08:09 +0000 (15:08 +0200)
Problem:    Prompt buffer test fails on MS-Windows.
Solution:   Disable the test for now. Remove stray assert.

src/testdir/test_prompt_buffer.vim
src/version.c

index a21acc751e3e676d3ea4618a5687846948c61162..3a0469da6389a87011e1ce25f8e0be3bec4215e7 100644 (file)
@@ -11,7 +11,10 @@ func Test_prompt_basic()
   " We need to use a terminal window to be able to feed keys without leaving
   " Insert mode.
   if !has('terminal')
-    call assert_report('no terminal')
+    return
+  endif
+  if has('win32')
+    " TODO: make this work on MS-Windows
     return
   endif
   call writefile([
index 985e659bf7375cdc2fd268e524f06bcbfd7abb2c..4d9696bc588bb7f32fa56e9c7ae341942082abea 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    28,
 /**/
     27,
 /**/