Patch 8.2.4507 (after 8.2.4506)
Problem: Test fails because of new error message.
Solution: Avoid the test fails.
Files: src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.4506/src/testdir/test_vim9_cmd.vim 2022-02-17
19:44:04.275319369 +0000
--- src/testdir/test_vim9_cmd.vim 2022-03-04 23:20:22.905804022 +0000
***************
*** 1834,1847 ****
g #pat#cmd
END
v9.CheckDefAndScriptFailure(lines, 'E1242:', 1)
lines =<< trim END
! g#pat#cmd
END
v9.CheckDefAndScriptSuccess(lines)
lines =<< trim END
! g# pat#cmd
END
v9.CheckDefAndScriptSuccess(lines)
lines =<< trim END
s /pat/repl
--- 1834,1851 ----
g #pat#cmd
END
v9.CheckDefAndScriptFailure(lines, 'E1242:', 1)
+
+ new
+ setline(1, 'some pat')
lines =<< trim END
! g#pat#print
END
v9.CheckDefAndScriptSuccess(lines)
lines =<< trim END
! g# pat#print
END
v9.CheckDefAndScriptSuccess(lines)
+ bwipe!
lines =<< trim END
s /pat/repl
*** ../vim-8.2.4506/src/version.c 2022-03-04 21:34:27.586422257 +0000
--- src/version.c 2022-03-04 23:21:45.301826237 +0000
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 4507,
/**/
--
"Hit any key to continue" does _not_ mean you can hit the on/off button!
/// 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/20220304232326.BD2FF1C00F6%40moolenaar.net.