0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.3020: unreachable code

Problem:    Unreachable code.
Solution:   Remove the code. (closes #8406)
This commit is contained in:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-06-19 21:38:25 +02:00
committed by Bram Moolenaar
parent 6864efa596
commit 2fb7495686
2 changed files with 2 additions and 3 deletions

View File

@@ -4523,9 +4523,6 @@ invalid_range(exarg_T *eap)
#endif #endif
break; break;
case ADDR_UNSIGNED: case ADDR_UNSIGNED:
if (eap->line2 < 0)
return _(e_invrange);
break;
case ADDR_NONE: case ADDR_NONE:
// Will give an error elsewhere. // Will give an error elsewhere.
break; break;

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
3020,
/**/ /**/
3019, 3019,
/**/ /**/