mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
lint
This commit is contained in:
@@ -4506,7 +4506,7 @@ static int get_tabpage_arg(exarg_T *eap)
|
|||||||
} else {
|
} else {
|
||||||
tab_number = eap->line2;
|
tab_number = eap->line2;
|
||||||
if (!unaccept_arg0 && *skipwhite(*eap->cmdlinep) == '-') {
|
if (!unaccept_arg0 && *skipwhite(*eap->cmdlinep) == '-') {
|
||||||
--tab_number;
|
tab_number--;
|
||||||
if (tab_number < unaccept_arg0) {
|
if (tab_number < unaccept_arg0) {
|
||||||
eap->errmsg = e_invarg;
|
eap->errmsg = e_invarg;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user