mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.1941: Ex mode test fails on MS-Windows with GUI
Problem: Ex mode test fails on MS-Windows with GUI. Solution: Skip the test when using gvim.
This commit is contained in:
parent
97a19005e1
commit
399db046ed
@ -181,6 +181,7 @@ func Test_ex_mode_errors()
|
||||
endfunc
|
||||
|
||||
func Test_ex_mode_with_global()
|
||||
CheckNotGui
|
||||
CheckFeature timers
|
||||
|
||||
" This will get stuck in Normal mode after the failed "J", use a timer to
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1941,
|
||||
/**/
|
||||
1940,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user