mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user