To: vim_dev@googlegroups.com Subject: Patch 8.2.3020 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///