To: vim_dev@googlegroups.com Subject: Patch 8.2.0458 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0458 Problem: Missing feature check in test function. Solution: Add check commands. Files: src/testdir/test_excmd.vim *** ../vim-8.2.0457/src/testdir/test_excmd.vim 2020-03-26 20:51:39.560331409 +0100 --- src/testdir/test_excmd.vim 2020-03-26 22:08:42.549571420 +0100 *************** *** 247,252 **** --- 247,255 ---- endfunc func Test_confirm_cmd_cancel() + CheckNotGui + CheckRunVimInTerminal + " Test for closing a window with a modified buffer let buf = RunVimInTerminal('', {'rows': 20}) call term_sendkeys(buf, ":set nomore\n") *** ../vim-8.2.0457/src/version.c 2020-03-26 21:11:54.640068991 +0100 --- src/version.c 2020-03-26 22:09:23.945445852 +0100 *************** *** 740,741 **** --- 740,743 ---- { /* Add new patch number below this line */ + /**/ + 458, /**/ -- ARTHUR: What? BLACK KNIGHT: None shall pass. ARTHUR: I have no quarrel with you, good Sir knight, but I must cross this bridge. BLACK KNIGHT: Then you shall die. The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///