summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_08.txt
diff options
context:
space:
mode:
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 |