comparison runtime/doc/tabpage.txt @ 824:8dd456c1e283 v7.0c13

updated for version 7.0c13
author vimboss
date Sun, 09 Apr 2006 21:54:49 +0000
parents 57c7403f6599
children 6675076019ae
comparison
equal deleted inserted replaced
823:9ab23f1e137f 824:8dd456c1e283
1 *tabpage.txt* For Vim version 7.0c. Last change: 2006 Apr 06 1 *tabpage.txt* For Vim version 7.0c. Last change: 2006 Apr 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
203 within one tab page. Other tab pages can show differences between other 203 within one tab page. Other tab pages can show differences between other
204 files. 204 files.
205 205
206 Variables local to a tab page start with "t:". |tabpage-variable| 206 Variables local to a tab page start with "t:". |tabpage-variable|
207 207
208 Currently there is only one option local to a tab page: 'cmdheight'.
209
208 The TabLeave and TabEnter autocommand events can be used to do something when 210 The TabLeave and TabEnter autocommand events can be used to do something when
209 switching from one tab page to another. The exact order depends on what you 211 switching from one tab page to another. The exact order depends on what you
210 are doing. When creating a new tab page this works as if you create a new 212 are doing. When creating a new tab page this works as if you create a new
211 window on the same buffer and then edit another buffer. Thus ":tabnew" 213 window on the same buffer and then edit another buffer. Thus ":tabnew"
212 triggers: 214 triggers: