From b0bf8580c38d51a44ffe973fef946e538df16dac Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 13 Dec 2005 20:02:15 +0000 Subject: updated for version 7.0169 --- src/keymap.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/keymap.h') diff --git a/src/keymap.h b/src/keymap.h index 7bc6c47ce..88855f1f7 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -6,18 +6,18 @@ * Do ":help credits" in Vim to see a list of people who contributed. */ -/* - * For MSDOS some keys produce codes larger than 0xff. They are split into two - * chars, the first one is K_NUL (same value used in term.h). - */ -#define K_NUL (0xce) /* for MSDOS: special key follows */ - /* * Keycode definitions for special keys. * * Any special key code sequences are replaced by these codes. */ +/* + * For MSDOS some keys produce codes larger than 0xff. They are split into two + * chars, the first one is K_NUL (same value used in term.h). + */ +#define K_NUL (0xce) /* for MSDOS: special key follows */ + /* * K_SPECIAL is the first byte of a special key code and is always followed by * two bytes. -- cgit v1.2.1