To: vim_dev@googlegroups.com Subject: Patch 9.0.0249 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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\:normal! \\\:\" bar\", '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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///