summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_22.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_22.txt')
-rw-r--r--runtime/doc/usr_22.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_22.txt b/runtime/doc/usr_22.txt
index b18b085a7..1506950be 100644
--- a/runtime/doc/usr_22.txt
+++ b/runtime/doc/usr_22.txt
@@ -1,4 +1,4 @@
-*usr_22.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
+*usr_22.txt* For Vim version 7.0aa. Last change: 2005 Apr 10
VIM USER MANUAL - by Bram Moolenaar
@@ -291,7 +291,7 @@ shorter to type: >
The output could look like this:
1 #h "help.txt" line 62 ~
- 2 %l+ "usr_21.txt" line 1 ~
+ 2 %a+ "usr_21.txt" line 1 ~
3 "usr_toc.txt" line 1 ~
The first column contains the buffer number. You can use this to edit the
@@ -303,7 +303,7 @@ and the line number where the cursor was the last time.
u Buffer is unlisted |unlisted-buffer|.
% Current buffer.
# Alternate buffer.
- l Buffer is loaded and displayed.
+ a Buffer is loaded and displayed.
h Buffer is loaded but hidden.
= Buffer is read-only.
- Buffer is not modifiable, the 'modifiable' option is off.