1
0
forked from aniani/vim

updated for version 7.0172

This commit is contained in:
Bram Moolenaar
2005-12-17 22:02:57 +00:00
parent 146522e760
commit 97d29a1ace
2 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
*map.txt* For Vim version 7.0aa. Last change: 2005 Dec 12 *map.txt* For Vim version 7.0aa. Last change: 2005 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -596,7 +596,7 @@ always work. But in a terminal Vim gets a sequence of bytes and has to figure
out whether ALT was pressed or not. out whether ALT was pressed or not.
By default Vim assumes that pressing the ALT key sets the 8th bit of a typed By default Vim assumes that pressing the ALT key sets the 8th bit of a typed
character. Most decent terminals work that way, such as xterm, aterm and character. Most decent terminals can work that way, such as xterm, aterm and
rxvt. If your <A-k> mappings don't work it might be that the terminal is rxvt. If your <A-k> mappings don't work it might be that the terminal is
prefixing the character with an ESC character. But you can just as well type prefixing the character with an ESC character. But you can just as well type
ESC before a character, thus Vim doesn't know what happened (except for ESC before a character, thus Vim doesn't know what happened (except for
@@ -604,8 +604,9 @@ checking the delay between characters, which is not reliable).
As of this writing, some mainstream terminals like gnome-terminal and konsole As of this writing, some mainstream terminals like gnome-terminal and konsole
use the ESC prefix. There doesn't appear a way to have them use the 8th bit use the ESC prefix. There doesn't appear a way to have them use the 8th bit
instead. Xterm, aterm and rxvt should work well by default, unless you tweak instead. Xterm should work well by default. Aterm and rxvt should work well
resources like "metaSendsEscape", "eightBitInput" and "eightBitOutput". when started with the "--meta8" argument. You can also tweak resources like
"metaSendsEscape", "eightBitInput" and "eightBitOutput".
On the Linux console, this behavior can be toggled with the "setmetamode" On the Linux console, this behavior can be toggled with the "setmetamode"
command. Bear in mind that not using an ESC prefix could get you in trouble command. Bear in mind that not using an ESC prefix could get you in trouble

View File

@@ -14,7 +14,7 @@ be fine for most people.
Contents: Contents:
1. MS-DOS 1. MS-DOS
2. Win32 (Windows NT and Windows 95) 2. Win32 (Windows XP/NT and Windows 95/98)
3. Windows NT with OpenNT 3. Windows NT with OpenNT
4. Windows 3.1 4. Windows 3.1
5. Using Mingw 5. Using Mingw
@@ -66,7 +66,7 @@ If you get all kinds of strange error messages when compiling, try adding
changing the file format from "unix" to "dos". changing the file format from "unix" to "dos".
2. Win32 (Windows NT and Windows 95) 2. Win32 (Windows NT/XP and Windows 95/98)
==================================== ====================================
Summary: Summary: