Bram Moolenaar | 551dbcc | 2006-04-25 22:13:59 +0000 | [diff] [blame^] | 1 | *tabpage.txt* For Vim version 7.0f. Last change: 2006 Apr 25 |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 2 | |
| 3 | |
| 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
| 5 | |
| 6 | |
Bram Moolenaar | 2a0449d | 2006-02-20 21:27:21 +0000 | [diff] [blame] | 7 | Editing with windows in multiple tab pages. *tab-page* *tabpage* |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 8 | |
| 9 | The commands which have been added to use multiple tab pages are explained |
| 10 | here. Additionally, there are explanations for commands that work differently |
| 11 | when used in combination with more than one tab page. |
| 12 | |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 13 | 1. Introduction |tab-page-intro| |
| 14 | 2. Commands |tab-page-commands| |
| 15 | 3. Other items |tab-page-other| |
| 16 | 4. Setting 'tabline' |setting-tabline| |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 17 | 5. Setting 'guitablabel' |setting-guitablabel| |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 18 | |
| 19 | {Vi does not have any of these commands} |
| 20 | {not able to use multiple tab pages when the |+windows| feature was disabled |
| 21 | at compile time} |
| 22 | |
| 23 | ============================================================================== |
| 24 | 1. Introduction *tab-page-intro* |
| 25 | |
| 26 | A tab page holds one or more windows. You can easily switch between tab |
| 27 | pages, so that you have several collections of windows to work on different |
| 28 | things. |
| 29 | |
| 30 | Usually you will see a list of labels at the top of the Vim window, one for |
| 31 | each tab page. With the mouse you can click on the label to jump to that tab |
| 32 | page. There are other ways to move between tab pages, see below. |
| 33 | |
| 34 | Most commands work only in the current tab page. That includes the |CTRL-W| |
Bram Moolenaar | e1438bb | 2006-03-01 22:01:55 +0000 | [diff] [blame] | 35 | commands, |:windo|, |:all| and |:ball| (when not using the |:tab| modifier). |
| 36 | The commands that are aware of other tab pages than the current one are |
| 37 | mentioned below. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 38 | |
| 39 | Tabs are also a nice way to edit a buffer temporarily without changing the |
| 40 | current window layout. Open a new tab page, do whatever you want to do and |
| 41 | close the tab page. |
| 42 | |
| 43 | ============================================================================== |
| 44 | 2. Commands *tab-page-commands* |
| 45 | |
| 46 | OPENING A NEW TAB PAGE: |
| 47 | |
| 48 | When starting Vim "vim -p filename ..." opens each file argument in a separate |
Bram Moolenaar | e1438bb | 2006-03-01 22:01:55 +0000 | [diff] [blame] | 49 | tab page (up to 'tabpagemax'). |-p| |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 50 | |
Bram Moolenaar | bfb2d40 | 2006-03-03 22:50:42 +0000 | [diff] [blame] | 51 | A double click with the mouse in the non-GUI tab pages line opens a new, empty |
| 52 | tab page. It is placed left of the position of the click. The first click |
| 53 | may select another tab page first, causing an extra screen update. |
| 54 | |
| 55 | In the GUI tab pages line you can use the right mouse button to open menu. |
| 56 | |tabline-menu|. |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 57 | |
| 58 | :tabe[dit] *:tabe* *:tabedit* *:tabnew* |
| 59 | :tabnew Open a new tab page with an empty window, after the current |
| 60 | tab page. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 61 | |
| 62 | :tabe[dit] [++opt] [+cmd] {file} |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 63 | :tabnew [++opt] [+cmd] {file} |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 64 | Open a new tab page and edit {file}, like with |:edit|. |
| 65 | |
Bram Moolenaar | 2a0449d | 2006-02-20 21:27:21 +0000 | [diff] [blame] | 66 | :tabf[ind] [++opt] [+cmd] {file} *:tabf* *:tabfind* |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 67 | Open a new tab page and edit {file} in 'path', like with |
| 68 | |:find|. |
| 69 | {not available when the |+file_in_path| feature was disabled |
| 70 | at compile time} |
| 71 | |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 72 | :[count]tab {cmd} *:tab* |
| 73 | Execute {cmd} and when it opens a new window open a new tab |
| 74 | page instead. Doesn't work for |:diffsplit| or |:diffpatch|. |
| 75 | When [count] is omitted the tab page appears after the current |
| 76 | one. When [count] is specified the new tab page comes after |
| 77 | tab page [count]. Use ":0tab cmd" to get the new tab page as |
| 78 | the first one. Examples: > |
| 79 | :tab split " opens current buffer in new tab page |
| 80 | :tab help gt " opens tab page with help for "gt" |
| 81 | |
Bram Moolenaar | 8dff818 | 2006-04-06 20:18:50 +0000 | [diff] [blame] | 82 | CTRL-W gf Open a new tab page and edit the file name under the cursor. |
| 83 | See |CTRL-W_gf|. |
| 84 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 85 | CTRL-W gF Open a new tab page and edit the file name under the cursor |
| 86 | and jump to the line number following the file name. |
| 87 | See |CTRL-W_gF|. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 88 | |
| 89 | CLOSING A TAB PAGE: |
| 90 | |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 91 | Closing the last window of a tab page closes the tab page too, unless there is |
| 92 | only one tab page. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 93 | |
| 94 | Using the mouse: If the tab page line is displayed you can click in the "X" at |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 95 | the top right to close the current tab page. A custom |'tabline'| may show |
| 96 | something else. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 97 | |
| 98 | *:tabc* *:tabclose* |
| 99 | :tabc[lose][!] Close current tab page. |
| 100 | This command fails when: |
| 101 | - There is only one tab page on the screen. *E784* |
| 102 | - When 'hidden' is not set, [!] is not used, a buffer has |
| 103 | changes, and there is no other window on this buffer. |
| 104 | Changes to the buffer are not written and won't get lost, so |
| 105 | this is a "safe" command. |
| 106 | |
| 107 | :tabc[lose][!] {count} |
| 108 | Close tab page {count}. Fails in the same way as ':tabclose" |
| 109 | above. |
| 110 | |
| 111 | *:tabo* *:tabonly* |
| 112 | :tabo[nly][!] Close all other tab pages. |
| 113 | When the 'hidden' option is set, all buffers in closed windows |
| 114 | become hidden. |
| 115 | When 'hidden' is not set, and the 'autowrite' option is set, |
| 116 | modified buffers are written. Otherwise, windows that have |
| 117 | buffers that are modified are not removed, unless the [!] is |
| 118 | given, then they become hidden. But modified buffers are |
| 119 | never abandoned, so changes cannot get lost. |
| 120 | |
| 121 | |
| 122 | SWITCHING TO ANOTHER TAB PAGE: |
| 123 | |
| 124 | Using the mouse: If the tab page line is displayed you can click in a tab page |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 125 | label to switch to that tab page. Click where there is no label to go to the |
| 126 | next tab page. |'tabline'| |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 127 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 128 | :tabn[ext] *:tabn* *:tabnext* *gt* |
| 129 | gt *CTRL-<PageDown>* *<C-PageDown>* |
Bram Moolenaar | 7fc904b | 2006-04-13 20:37:35 +0000 | [diff] [blame] | 130 | <C-PageDown> *i_CTRL-<PageDown>* *i_<C-PageDown>* |
| 131 | Go to the next tab page. Wraps around from the last to the |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 132 | first one. |
| 133 | |
Bram Moolenaar | 7fc904b | 2006-04-13 20:37:35 +0000 | [diff] [blame] | 134 | :tabn[ext] {count} *CTRL-<PageUp>* *<C-PageUp>* |
| 135 | {count}gt *i_CTRL-<PageUp>* *i_<C-PageUp>* |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 136 | <C-PageUp> Go to tab page {count}. The first tab page has number one. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 137 | |
| 138 | |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 139 | :tabp[revious] *:tabp* *:tabprevious* *gT* |
| 140 | :tabN[ext] *:tabN* *:tabNext* |
| 141 | gT Go to the previous tab page. Wraps around from the first one |
| 142 | to the last one. |
| 143 | |
| 144 | :tabp[revious] {count} |
| 145 | :tabN[ext] {count} |
| 146 | {count}gT Go {count} tab pages back. Wraps around from the first one |
| 147 | to the last one. |
| 148 | |
Bram Moolenaar | 32466aa | 2006-02-24 23:53:04 +0000 | [diff] [blame] | 149 | :tabr[ewind] *:tabfir* *:tabfirst* *:tabr* *:tabrewind* |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 150 | :tabfir[st] Go to the first tab page. |
Bram Moolenaar | 32466aa | 2006-02-24 23:53:04 +0000 | [diff] [blame] | 151 | |
| 152 | *:tabl* *:tablast* |
| 153 | :tabl[ast] Go to the last tab page. |
| 154 | |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 155 | |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 156 | Other commands: |
| 157 | *:tabs* |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 158 | :tabs List the tab pages and the windows they contain. |
| 159 | Shows a ">" for the current window. |
| 160 | Shows a "+" for modified buffers. |
| 161 | |
| 162 | |
| 163 | REORDERING TAB PAGES: |
| 164 | |
Bram Moolenaar | 551dbcc | 2006-04-25 22:13:59 +0000 | [diff] [blame^] | 165 | :tabm[ove] [N] *:tabm* *:tabmove* |
| 166 | Move the current tab page to after tab page N. Use zero to |
Bram Moolenaar | 80a94a5 | 2006-02-23 21:26:58 +0000 | [diff] [blame] | 167 | make the current tab page the first one. Without N the tab |
| 168 | page is made the last one. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 169 | |
Bram Moolenaar | 32466aa | 2006-02-24 23:53:04 +0000 | [diff] [blame] | 170 | |
| 171 | LOOPING OVER TAB PAGES: |
| 172 | |
| 173 | *:tabd* *:tabdo* |
| 174 | :tabd[o] {cmd} Execute {cmd} in each tab page. |
| 175 | It works like doing this: > |
| 176 | :tabfirst |
| 177 | :{cmd} |
| 178 | :tabnext |
| 179 | :{cmd} |
| 180 | etc. |
| 181 | < This only operates in the current window of each tab page. |
| 182 | When an error is detected on one tab page, further tab pages |
| 183 | will not be visited. |
| 184 | The last tab page (or where an error occurred) becomes the |
| 185 | current tab page. |
| 186 | {cmd} can contain '|' to concatenate several commands. |
| 187 | {cmd} must not open or close tab pages or reorder them. |
| 188 | {not in Vi} {not available when compiled without the |
| 189 | |+listcmds| feature} |
| 190 | Also see |:windo|, |:argdo| and |:bufdo|. |
| 191 | |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 192 | ============================================================================== |
| 193 | 3. Other items *tab-page-other* |
| 194 | |
Bram Moolenaar | bfb2d40 | 2006-03-03 22:50:42 +0000 | [diff] [blame] | 195 | *tabline-menu* |
| 196 | The GUI tab pages line has a popup menu. It is accessed with a right click. |
| 197 | The entries are: |
| 198 | Close Close the tab page under the mouse pointer. The |
| 199 | current one if there is no label under the mouse |
| 200 | pointer. |
| 201 | New Tab Open a tab page, editing an empty buffer. It appears |
| 202 | to the left of the mouse pointer. |
| 203 | Open Tab... Like "New Tab" and additionaly use a file selector to |
| 204 | select a file to edit. |
| 205 | |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 206 | Diff mode works per tab page. You can see the diffs between several files |
| 207 | within one tab page. Other tab pages can show differences between other |
| 208 | files. |
| 209 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 210 | Variables local to a tab page start with "t:". |tabpage-variable| |
| 211 | |
Bram Moolenaar | c6fe919 | 2006-04-09 21:54:49 +0000 | [diff] [blame] | 212 | Currently there is only one option local to a tab page: 'cmdheight'. |
| 213 | |
Bram Moolenaar | 2a0449d | 2006-02-20 21:27:21 +0000 | [diff] [blame] | 214 | The TabLeave and TabEnter autocommand events can be used to do something when |
| 215 | switching from one tab page to another. The exact order depends on what you |
| 216 | are doing. When creating a new tab page this works as if you create a new |
| 217 | window on the same buffer and then edit another buffer. Thus ":tabnew" |
| 218 | triggers: |
| 219 | WinLeave leave current window |
| 220 | TabLeave leave current tab page |
| 221 | TabEnter enter new tab page |
| 222 | WinEnter enter window in new tab page |
| 223 | BufLeave leave current buffer |
| 224 | BufEnter enter new empty buffer |
| 225 | |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 226 | When switching to another tab page the order is: |
Bram Moolenaar | 2a0449d | 2006-02-20 21:27:21 +0000 | [diff] [blame] | 227 | BufLeave |
| 228 | WinLeave |
| 229 | TabLeave |
| 230 | TabEnter |
| 231 | WinEnter |
| 232 | BufEnter |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 233 | |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 234 | ============================================================================== |
| 235 | 4. Setting 'tabline' *setting-tabline* |
| 236 | |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 237 | The 'tabline' option specifies what the line with tab pages labels looks like. |
| 238 | It is only used when there is no GUI tab line. |
| 239 | |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 240 | You can use the 'showtabline' option to specify when you want the line with |
| 241 | tab page labels to appear: never, when there is more than one tab page or |
| 242 | always. |
| 243 | |
| 244 | The highlighting of the tab pages line is set with the groups TabLine |
| 245 | TabLineSel and TabLineFill. |hl-TabLine| |hl-TabLineSel| |hl-TabLineFill| |
| 246 | |
| 247 | The 'tabline' option allows you to define your preferred way to tab pages |
| 248 | labels. This isn't easy, thus an example will be given here. |
| 249 | |
| 250 | For basics see the 'statusline' option. The same items can be used in the |
| 251 | 'tabline' option. Additionally, the |tabpagebuflist()|, |tabpagenr()| and |
| 252 | |tabpagewinnr()| functions are useful. |
| 253 | |
| 254 | Since the number of tab labels will vary, you need to use an expresion for the |
| 255 | whole option. Something like: > |
| 256 | :set tabline=%!MyTabLine() |
| 257 | |
| 258 | Then define the MyTabLine() function to list all the tab pages labels. A |
| 259 | convenient method is to split it in two parts: First go over all the tab |
| 260 | pages and define labels for them. Then get the label for each tab page. > |
| 261 | |
| 262 | function MyTabLine() |
| 263 | let s = '' |
| 264 | for i in range(tabpagenr('$')) |
Bram Moolenaar | d1f56e6 | 2006-02-22 21:25:37 +0000 | [diff] [blame] | 265 | " select the highlighting |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 266 | if i + 1 == tabpagenr() |
| 267 | let s .= '%#TabLineSel#' |
| 268 | else |
| 269 | let s .= '%#TabLine#' |
| 270 | endif |
Bram Moolenaar | d1f56e6 | 2006-02-22 21:25:37 +0000 | [diff] [blame] | 271 | |
| 272 | " set the tab page number (for mouse clicks) |
| 273 | let s .= '%' . (i + 1) . 'T' |
| 274 | |
| 275 | " the label is made by MyTabLabel() |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 276 | let s .= ' %{MyTabLabel(' . (i + 1) . ')} ' |
| 277 | endfor |
Bram Moolenaar | d1f56e6 | 2006-02-22 21:25:37 +0000 | [diff] [blame] | 278 | |
| 279 | " after the last tab fill with TabLineFill and reset tab page nr |
| 280 | let s .= '%#TabLineFill#%T' |
| 281 | |
| 282 | " right-align the label to close the current tab page |
| 283 | if tabpagenr('$') > 1 |
| 284 | let s .= '%=%#TabLine#%999Xclose' |
| 285 | endif |
| 286 | |
Bram Moolenaar | 030f0df | 2006-02-21 22:02:53 +0000 | [diff] [blame] | 287 | return s |
| 288 | endfunction |
| 289 | |
| 290 | Now the MyTabLabel() function is called for each tab page to get its label. > |
| 291 | |
| 292 | function MyTabLabel(n) |
| 293 | let buflist = tabpagebuflist(a:n) |
| 294 | let winnr = tabpagewinnr(a:n) |
| 295 | return bufname(buflist[winnr - 1]) |
| 296 | endfunction |
| 297 | |
| 298 | This is just a simplistic example that results in a tab pages line that |
| 299 | resembles the default, but without adding a + for a modified buffer or |
| 300 | trunctating the names. You will want to reduce the width of labels in a |
| 301 | clever way when there is not enough room. Check the 'columns' option for the |
Bram Moolenaar | d1f56e6 | 2006-02-22 21:25:37 +0000 | [diff] [blame] | 302 | space available. |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 303 | |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 304 | ============================================================================== |
| 305 | 5. Setting 'guitablabel' *setting-guitablabel* |
| 306 | |
| 307 | When the GUI tab pages line is displayed, 'guitablabel' can be used to |
| 308 | specify the label to display for each tab page. Unlike 'tabline', which |
| 309 | specifies the whole tab pages line at once, 'guitablabel' is used for each |
| 310 | label separately. |
| 311 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 312 | 'guitabtooltip' is very similar and is used for the tooltip of the same label. |
| 313 | This only appears when the mouse pointer hovers over the label, thus it |
| 314 | usually is longer. Only supported on some systems though. |
| 315 | |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 316 | See the 'statusline' option for the format of the value. |
| 317 | |
| 318 | The "%N" item can be used for the current tab page number. The |v:lnum| |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 319 | variable is also set to this number when the option is evaluated. |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 320 | The items that use a file name refer to the current window of the tab page. |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 321 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 322 | Note that syntax highlighting is not used for the option. The %T and %X |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 323 | items are also ignored. |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 324 | |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 325 | A simple example that puts the tab page number and the buffer name in the |
| 326 | label: > |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 327 | :set guitablabel=%N\ %f |
| 328 | |
Bram Moolenaar | 57657d8 | 2006-04-21 22:12:41 +0000 | [diff] [blame] | 329 | An example that resembles the default 'guitablabel': Show the number of |
| 330 | windows in the tab page and a '+' if there is a modifed buffer: > |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 331 | |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 332 | function GuiTabLabel() |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 333 | let label = '' |
| 334 | let bufnrlist = tabpagebuflist(v:lnum) |
| 335 | |
| 336 | " Add '+' if one of the buffers in the tab page is modified |
| 337 | for bufnr in bufnrlist |
| 338 | if getbufvar(bufnr, "&modified") |
| 339 | let label = '+' |
| 340 | break |
| 341 | endif |
| 342 | endfor |
| 343 | |
| 344 | " Append the number of windows in the tab page if more than one |
| 345 | let wincount = tabpagewinnr(v:lnum, '$') |
| 346 | if wincount > 1 |
| 347 | let label .= wincount |
| 348 | endif |
| 349 | if label != '' |
| 350 | let label .= ' ' |
| 351 | endif |
| 352 | |
| 353 | " Append the buffer name |
| 354 | return label . bufname(bufnrlist[tabpagewinnr(v:lnum) - 1]) |
| 355 | endfunction |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 356 | |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 357 | set guitablabel=%{GuiTabLabel()} |
Bram Moolenaar | a226a6d | 2006-02-26 23:59:20 +0000 | [diff] [blame] | 358 | |
| 359 | Note that the function must be defined before setting the option, otherwise |
| 360 | you get an error message for the function not being known. |
| 361 | |
Bram Moolenaar | ba6c052 | 2006-02-25 21:45:02 +0000 | [diff] [blame] | 362 | |
Bram Moolenaar | 7e8fd63 | 2006-02-18 22:14:51 +0000 | [diff] [blame] | 363 | vim:tw=78:ts=8:ft=help:norl: |