summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_08.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-25 21:47:41 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-25 21:47:41 +0000
commitc542aef58df8ea69708d29d6fcbfa44f5eb3481d (patch)
tree4a42501b41abbf15084a727e9c3e773bb791698a /runtime/doc/usr_08.txt
parentba6c05240fc0333f3e2249ca8a6b7d51bdad2316 (diff)
downloadvim-git-c542aef58df8ea69708d29d6fcbfa44f5eb3481d.tar.gz
updated for version 7.0207
Diffstat (limited to 'runtime/doc/usr_08.txt')
-rw-r--r--runtime/doc/usr_08.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/usr_08.txt b/runtime/doc/usr_08.txt
index c4212ef10..160bf6590 100644
--- a/runtime/doc/usr_08.txt
+++ b/runtime/doc/usr_08.txt
@@ -1,4 +1,4 @@
-*usr_08.txt* For Vim version 7.0aa. Last change: 2006 Feb 24
+*usr_08.txt* For Vim version 7.0aa. Last change: 2006 Feb 25
VIM USER MANUAL - by Bram Moolenaar
@@ -520,7 +520,7 @@ This will edit the file "thatfile" in a window that occupies the whole Vim
window. And you will notice a bar at the top with the two file names:
+----------------------------------+
- |_thisfile_| thatfile ____________X|
+ | thisfile | /thatfile/ __________X| (thatfile is bold)
|/* thatfile */ |
|that |
|that |
@@ -537,7 +537,7 @@ eachother, with a tab sticking out of each page showing the file name.
Now use the mouse to click on "thisfile" in the top line. The result is
+----------------------------------+
- | thisfile |_thatfile_____________X|
+ | /thisfile/ | thatfile __________X| (thisfile is bold)
|/* thisfile */ |
|this |
|this |
@@ -559,7 +559,7 @@ This makes a new tab page with one window that is editing the same buffer as
the window we were in:
+-------------------------------------+
- |_thisfile_| thisfile | _thatfile____X|
+ | thisfile | /thisfile/ | thatfile __X| (thisfile is bold)
|/* thisfile */ |
|this |
|this |