0
0
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:
Bram Moolenaar
2006-02-25 21:55:24 +00:00
parent 5c8837f9d7
commit a562149de3
4 changed files with 148 additions and 27 deletions

View File

@@ -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);
}