diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-02-03 19:13:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-02-03 19:13:34 +0100 |
commit | 0122c4070f84e71f15a39fb20ababeffb70757c4 (patch) | |
tree | 3849d34c18c14b9fd2ca465269515a887843d947 /runtime/doc/windows.txt | |
parent | c0a37b9db38e722b9e5ac3ac8b4c4af86bdf018c (diff) | |
download | vim-git-0122c4070f84e71f15a39fb20ababeffb70757c4.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 532cca3e5..7f5d970ed 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 7.4. Last change: 2014 Dec 05 +*windows.txt* For Vim version 7.4. Last change: 2015 Jan 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -998,8 +998,8 @@ list of buffers. |unlisted-buffer| (the term "unlisted" is a bit confusing then...). Each buffer has a unique number. That number will not change, - so you can always go to a specific buffer with ":buffer N" or - "N CTRL-^", where N is the buffer number. + thus you can always go to a specific buffer with ":buffer N" + or "N CTRL-^", where N is the buffer number. Indicators (chars in the same column are mutually exclusive): u an unlisted buffer (only displayed when [!] is used) |