0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.0028: prompt buffer test fails on MS-Windows

Problem:    Prompt buffer test fails on MS-Windows.
Solution:   Disable the test for now. Remove stray assert.
This commit is contained in:
Bram Moolenaar
2018-06-03 15:08:09 +02:00
parent f273245f64
commit 1149382d21
2 changed files with 6 additions and 1 deletions

View 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([

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
28,
/**/
27,
/**/