0
0
mirror of https://github.com/vim/vim.git synced 2025-10-23 08:44:20 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:39:52 +00:00
parent 7263a77b99
commit 044b68f42a
7 changed files with 109 additions and 103 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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