summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:39:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:39:52 +0000
commit044b68f42a945cdccb357ee6bb67d719ba532cd4 (patch)
tree6d432c4077c93d1de8ffd0a9e462321eecf3b17b /runtime/doc
parent7263a77b998151fa95666d9a379fcc2dd8725ba3 (diff)
updated for version 7.1b
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/debugger.txt2
-rw-r--r--runtime/doc/insert.txt8
-rw-r--r--runtime/doc/usr_08.txt2
-rw-r--r--runtime/doc/usr_09.txt2
4 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index b96f7c2087..4035251dc6 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 7.1a. Last change: 2005 Mar 29
+*debugger.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Gordon Prieur
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index f7188296cc..0687bfcbdf 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.1a. Last change: 2007 Apr 28
+*insert.txt* For Vim version 7.1b. Last change: 2007 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1167,14 +1167,14 @@ CTRL-E End completion, go back to what was there before selecting a
<Space> or <Tab> Stop completion without changing the match and insert the
typed character.
-The behavior of the Enter key depends on the state you are in:
+The behavior of the <Enter> key depends on the state you are in:
first state: Use the text as it is and insert a line break.
second state: Insert the currently selected match.
third state: Use the text as it is and insert a line break.
In other words: If you used the cursor keys to select another entry in the
-list of matches then the Enter key inserts that match. If you typed something
-else then Enter inserts a line break.
+list of matches then the <Enter> key inserts that match. If you typed
+something else then <Enter> inserts a line break.
The colors of the menu can be changed with these highlight groups:
diff --git a/runtime/doc/usr_08.txt b/runtime/doc/usr_08.txt
index 20de736dd6..e33b51ab06 100644
--- a/runtime/doc/usr_08.txt
+++ b/runtime/doc/usr_08.txt
@@ -1,4 +1,4 @@
-*usr_08.txt* For Vim version 7.1a. Last change: 2006 Jul 18
+*usr_08.txt* For Vim version 7.1b. Last change: 2006 Jul 18
VIM USER MANUAL - by Bram Moolenaar
diff --git a/runtime/doc/usr_09.txt b/runtime/doc/usr_09.txt
index 0c7a0418dd..3ff5fc82e9 100644
--- a/runtime/doc/usr_09.txt
+++ b/runtime/doc/usr_09.txt
@@ -1,4 +1,4 @@
-*usr_09.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*usr_09.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar