comparison runtime/doc/eval.txt @ 2569:f612f6b0b883 vim73

Docs fix for tabpagewinnr(). (Sylvain Hitier)
author Bram Moolenaar <bram@vim.org>
date Sun, 15 Aug 2010 13:30:34 +0200
parents 1851bce339fc
children 71b56b4e7785
comparison
equal deleted inserted replaced
2568:1ead15c2ffd0 2569:f612f6b0b883
1 *eval.txt* For Vim version 7.3g. Last change: 2010 Aug 07 1 *eval.txt* For Vim version 7.3g. Last change: 2010 Aug 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5687 page is returned (the tab page count). 5687 page is returned (the tab page count).
5688 The number can be used with the |:tab| command. 5688 The number can be used with the |:tab| command.
5689 5689
5690 5690
5691 tabpagewinnr({tabarg}, [{arg}]) *tabpagewinnr()* 5691 tabpagewinnr({tabarg}, [{arg}]) *tabpagewinnr()*
5692 Like |winnr()| but for tab page {arg}. 5692 Like |winnr()| but for tab page {tabarg}.
5693 {tabarg} specifies the number of tab page to be used. 5693 {tabarg} specifies the number of tab page to be used.
5694 {arg} is used like with |winnr()|: 5694 {arg} is used like with |winnr()|:
5695 - When omitted the current window number is returned. This is 5695 - When omitted the current window number is returned. This is
5696 the window which will be used when going to this tab page. 5696 the window which will be used when going to this tab page.
5697 - When "$" the number of windows is returned. 5697 - When "$" the number of windows is returned.