0
0
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:
Bram Moolenaar 2020-11-01 22:31:08 +01:00
parent 97a19005e1
commit 399db046ed
2 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,7 @@ func Test_ex_mode_errors()
endfunc endfunc
func Test_ex_mode_with_global() func Test_ex_mode_with_global()
CheckNotGui
CheckFeature timers CheckFeature timers
" This will get stuck in Normal mode after the failed "J", use a timer to " This will get stuck in Normal mode after the failed "J", use a timer to

View File

@ -750,6 +750,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 */
/**/
1941,
/**/ /**/
1940, 1940,
/**/ /**/