vim-patch:8.2.3020: unreachable code (#14866)

Problem:    Unreachable code.
Solution:   Remove the code. (closes vim/vim#8406)
2fb7495686
This commit is contained in:
jimman2003
2021-06-20 21:20:43 +03:00
committed by GitHub
parent 997a9c8792
commit b585f723bc

View File

@@ -4184,10 +4184,6 @@ static char_u *invalid_range(exarg_T *eap)
}
break;
case ADDR_UNSIGNED:
if (eap->line2 < 0) {
return (char_u *)_(e_invrange);
}
break;
case ADDR_NONE:
// Will give an error elsewhere.
break;