mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0207
This commit is contained in:
@@ -14943,7 +14943,7 @@ f_tabpagenr(argvars, rettv)
|
||||
if (arg != NULL)
|
||||
{
|
||||
if (STRCMP(arg, "$") == 0)
|
||||
nr = tabpage_index(NULL);
|
||||
nr = tabpage_index(NULL) - 1;
|
||||
else
|
||||
EMSG2(_(e_invexpr2), arg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user