comparison runtime/doc/tabpage.txt @ 10186:a5ef9968638c

commit https://github.com/vim/vim/commit/7e1479b86c590a66b63a274c079b7f18907d45a4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 15:07:27 2016 +0200 Updated runtime files, Japanese translations.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Sep 2016 15:15:07 +0200
parents e1a8b2601fe0
children 9f48eab77d62
comparison
equal deleted inserted replaced
10185:a93cbcaeb4bb 10186:a5ef9968638c
1 *tabpage.txt* For Vim version 7.4. Last change: 2015 Jan 04 1 *tabpage.txt* For Vim version 7.4. Last change: 2016 Sep 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
199 Other commands: 199 Other commands:
200 *:tabs* 200 *:tabs*
201 :tabs List the tab pages and the windows they contain. 201 :tabs List the tab pages and the windows they contain.
202 Shows a ">" for the current window. 202 Shows a ">" for the current window.
203 Shows a "+" for modified buffers. 203 Shows a "+" for modified buffers.
204 For example:
205 Tab page 1 ~
206 + tabpage.txt ~
207 ex_docmd.c ~
208 Tab page 2 ~
209 > main.c ~
204 210
205 211
206 REORDERING TAB PAGES: 212 REORDERING TAB PAGES:
207 213
208 :tabm[ove] [N] *:tabm* *:tabmove* 214 :tabm[ove] [N] *:tabm* *:tabmove*