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:
@@ -11,7 +11,10 @@ func Test_prompt_basic()
|
|||||||
" We need to use a terminal window to be able to feed keys without leaving
|
" We need to use a terminal window to be able to feed keys without leaving
|
||||||
" Insert mode.
|
" Insert mode.
|
||||||
if !has('terminal')
|
if !has('terminal')
|
||||||
call assert_report('no terminal')
|
return
|
||||||
|
endif
|
||||||
|
if has('win32')
|
||||||
|
" TODO: make this work on MS-Windows
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
call writefile([
|
call writefile([
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
28,
|
||||||
/**/
|
/**/
|
||||||
27,
|
27,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user