comparison runtime/doc/tabpage.txt @ 13563:5923f64c8f5b

Update runtime files commit https://github.com/vim/vim/commit/ab943431d8fcd856008a025b0e5652dd4b8007fc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 29 18:27:07 2018 +0200 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Mar 2018 18:30:08 +0200
parents c391bfbdb452
children 1174611ad715
comparison
equal deleted inserted replaced
13562:f4b3a1a1376f 13563:5923f64c8f5b
1 *tabpage.txt* For Vim version 8.0. Last change: 2016 Oct 20 1 *tabpage.txt* For Vim version 8.0. Last change: 2018 Mar 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
284 will not be visited. 284 will not be visited.
285 The last tab page (or where an error occurred) becomes the 285 The last tab page (or where an error occurred) becomes the
286 current tab page. 286 current tab page.
287 {cmd} can contain '|' to concatenate several commands. 287 {cmd} can contain '|' to concatenate several commands.
288 {cmd} must not open or close tab pages or reorder them. 288 {cmd} must not open or close tab pages or reorder them.
289 {not in Vi} {not available when compiled without the 289 {not in Vi}
290 |+listcmds| feature}
291 Also see |:windo|, |:argdo|, |:bufdo|, |:cdo|, |:ldo|, |:cfdo| 290 Also see |:windo|, |:argdo|, |:bufdo|, |:cdo|, |:ldo|, |:cfdo|
292 and |:lfdo| 291 and |:lfdo|
293 292
294 ============================================================================== 293 ==============================================================================
295 3. Other items *tab-page-other* 294 3. Other items *tab-page-other*