Patch 9.0.0249 (after 9.0.0234)
Problem: No test for what 9.0.0234 fixes.
Solution: Add a test. (issue #10950)
Files: src/testdir/test_cmdwin.vim
*** ../vim-9.0.0248/src/testdir/test_cmdwin.vim 2022-08-16 14:51:49.442515641
+0100
--- src/testdir/test_cmdwin.vim 2022-08-23 19:51:59.328108054 +0100
***************
*** 373,377 ****
--- 373,384 ----
set ve= cpo-=$
endfunc
+ " Check that a :normal command can be used to stop Visual mode without side
+ " effects.
+ func Test_normal_escape()
+ call feedkeys("q:i\" foo\<Esc>:normal! \<C-V>\<Esc>\<CR>:\" bar\<CR>",
'ntx')
+ call assert_equal('" bar', @:)
+ endfunc
+
" vim: shiftwidth=2 sts=2 expandtab
*** ../vim-9.0.0248/src/version.c 2022-08-23 19:26:00.954972237 +0100
--- src/version.c 2022-08-23 19:53:58.995837077 +0100
***************
*** 733,734 ****
--- 733,736 ----
{ /* Add new patch number below this line */
+ /**/
+ 249,
/**/
--
MONK: ... and the Lord spake, saying, "First shalt thou take out the Holy Pin,
then shalt thou count to three, no more, no less. Three shalt be the
number thou shalt count, and the number of the counting shalt be three.
Four shalt thou not count, neither count thou two, excepting that thou
then proceed to three. Five is right out. Once the number three, being
the third number, be reached, then lobbest thou thy Holy Hand Grenade of
Antioch towards thou foe, who being naughty in my sight, shall snuff it.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220823185519.630041C113E%40moolenaar.net.