mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1128: getwinpos() test does not work on MS-Windows
Problem: getwinpos() test does not work on MS-Windows. Solution: Skip the test.
This commit is contained in:
parent
6bc9305a02
commit
94a7242ad1
@ -1889,8 +1889,9 @@ func Test_terminal_statusline()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_terminal_getwinpos()
|
func Test_terminal_getwinpos()
|
||||||
" does not work in the MS-Windows console
|
" getwinpos() does not work in the MS-Windows console, and the GUI runs the
|
||||||
if has('win32') && !has('gui')
|
" console version in the terminal window.
|
||||||
|
if has('win32')
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -771,6 +771,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 */
|
||||||
|
/**/
|
||||||
|
1128,
|
||||||
/**/
|
/**/
|
||||||
1127,
|
1127,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user