Patch 8.2.3020
Problem: Unreachable code.
Solution: Remove the code. (closes #8406)
Files: src/ex_docmd.c
*** ../vim-8.2.3019/src/ex_docmd.c 2021-06-15 20:06:30.646818721 +0200
--- src/ex_docmd.c 2021-06-19 21:36:13.373768093 +0200
***************
*** 4523,4531 ****
#endif
break;
case ADDR_UNSIGNED:
- if (eap->line2 < 0)
- return _(e_invrange);
- break;
case ADDR_NONE:
// Will give an error elsewhere.
break;
--- 4523,4528 ----
*** ../vim-8.2.3019/src/version.c 2021-06-19 20:45:07.353511358 +0200
--- src/version.c 2021-06-19 21:37:36.653077649 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 3020,
/**/
--
When a fly lands on the ceiling, does it do a half roll or
a half loop?
/// 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/202106191939.15JJdElM113660%40masaka.moolenaar.net.