Patch 8.2.3508 (after 8.2.3503)
Problem: Vim9: bad separators for "g" and "s" insufficiently tested.
Solution: Add a few more test cases.
Files: src/testdir/test_vim9_cmd.vim
*** ../vim-8.2.3507/src/testdir/test_vim9_cmd.vim 2021-10-13
21:17:02.114520928 +0100
--- src/testdir/test_vim9_cmd.vim 2021-10-14 16:51:25.483789237 +0100
***************
*** 1499,1504 ****
--- 1499,1508 ----
g-pat-cmd
END
CheckDefAndScriptFailure(lines, 'E1241:', 1)
+ lines =<< trim END
+ g.pat.cmd
+ END
+ CheckDefAndScriptFailure2(lines, 'E1001: Variable not found: g', 'E121:
Undefined variable: g', 1)
lines =<< trim END
s:notexist:repl
***************
*** 1509,1514 ****
--- 1513,1522 ----
s-pat-repl
END
CheckDefAndScriptFailure(lines, 'E1241:', 1)
+ lines =<< trim END
+ s.pat.repl
+ END
+ CheckDefAndScriptFailure2(lines, 'E1001: Variable not found: s', 'E121:
Undefined variable: s', 1)
lines =<< trim END
w:notexist->len()
*** ../vim-8.2.3507/src/version.c 2021-10-14 16:27:15.489292521 +0100
--- src/version.c 2021-10-14 16:51:59.724234412 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3508,
/**/
--
hundred-and-one symptoms of being an internet addict:
152. You find yourself falling for someone you've never seen or hardly
know, but, boy can he/she TYPE!!!!!!
/// 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/20211014155448.BF303C80053%40moolenaar.net.