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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202003262110.02QLAL0D026278%40masaka.moolenaar.net.