comparison runtime/doc/windows.txt @ 6583:b0a227941705

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 19:13:34 +0100
parents a88d4dc02bf4
children 957a3bb312fa
comparison
equal deleted inserted replaced
6582:caeb08965286 6583:b0a227941705
1 *windows.txt* For Vim version 7.4. Last change: 2014 Dec 05 1 *windows.txt* For Vim version 7.4. Last change: 2015 Jan 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
996 996
997 When the [!] is included the list will show unlisted buffers 997 When the [!] is included the list will show unlisted buffers
998 (the term "unlisted" is a bit confusing then...). 998 (the term "unlisted" is a bit confusing then...).
999 999
1000 Each buffer has a unique number. That number will not change, 1000 Each buffer has a unique number. That number will not change,
1001 so you can always go to a specific buffer with ":buffer N" or 1001 thus you can always go to a specific buffer with ":buffer N"
1002 "N CTRL-^", where N is the buffer number. 1002 or "N CTRL-^", where N is the buffer number.
1003 1003
1004 Indicators (chars in the same column are mutually exclusive): 1004 Indicators (chars in the same column are mutually exclusive):
1005 u an unlisted buffer (only displayed when [!] is used) 1005 u an unlisted buffer (only displayed when [!] is used)
1006 |unlisted-buffer| 1006 |unlisted-buffer|
1007 % the buffer in the current window 1007 % the buffer in the current window