comparison src/testdir/test_termcodes.vim @ 30657:ac908e454519 v9.0.0663

patch 9.0.0663: tests check for +cmdwin feature which is always present Commit: https://github.com/vim/vim/commit/d1955987147a299d7bca30cd1b5792535ff0745c Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Oct 5 11:24:46 2022 +0100 patch 9.0.0663: tests check for +cmdwin feature which is always present Problem: Tests check for +cmdwin feature which is always present. Solution: Remove the checks. (closes https://github.com/vim/vim/issues/11287)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Oct 2022 12:30:04 +0200
parents 0eab537e9ccb
children ffdb7a6785af
comparison
equal deleted inserted replaced
30656:c34ca163ed25 30657:ac908e454519
365 close! 365 close!
366 endfunc 366 endfunc
367 367
368 " Test for using the mouse to increase the height of the cmdline window 368 " Test for using the mouse to increase the height of the cmdline window
369 func Test_mouse_cmdwin_resize() 369 func Test_mouse_cmdwin_resize()
370 CheckFeature cmdwin
371
372 let save_mouse = &mouse 370 let save_mouse = &mouse
373 let save_term = &term 371 let save_term = &term
374 let save_ttymouse = &ttymouse 372 let save_ttymouse = &ttymouse
375 call test_override('no_query_mouse', 1) 373 call test_override('no_query_mouse', 1)
376 set mouse=a term=xterm ttymouse=xterm2 374 set mouse=a term=xterm ttymouse=xterm2