summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-15 13:30:34 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-15 13:30:34 +0200
commitd04f4402591c0334b3d86ea1142686d5ffd64944 (patch)
tree71fc7ae33ab9b67919404e7f6f8b5800362e9f30 /runtime
parentd732f9aee0926487514f30d299d91a43afd3b458 (diff)
downloadvim-d04f4402591c0334b3d86ea1142686d5ffd64944.zip
Docs fix for tabpagewinnr(). (Sylvain Hitier)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 752603ad4..4bec7110f 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.3g. Last change: 2010 Aug 07
+*eval.txt* For Vim version 7.3g. Last change: 2010 Aug 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5689,7 +5689,7 @@ tabpagenr([{arg}]) *tabpagenr()*
tabpagewinnr({tabarg}, [{arg}]) *tabpagewinnr()*
- Like |winnr()| but for tab page {arg}.
+ Like |winnr()| but for tab page {tabarg}.
{tabarg} specifies the number of tab page to be used.
{arg} is used like with |winnr()|:
- When omitted the current window number is returned. This is