diff options
Diffstat (limited to 'src/nvim/getchar.h')
-rw-r--r-- | src/nvim/getchar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/getchar.h b/src/nvim/getchar.h index a40ea7730a..01f60ccf49 100644 --- a/src/nvim/getchar.h +++ b/src/nvim/getchar.h @@ -57,9 +57,8 @@ struct map_arguments { }; typedef struct map_arguments MapArguments; -#define KEYLEN_PART_KEY -1 /* keylen value for incomplete key-code */ -#define KEYLEN_PART_MAP -2 /* keylen value for incomplete mapping */ -#define KEYLEN_REMOVED 9999 /* keylen value for removed sequence */ +#define KEYLEN_PART_KEY -1 // keylen value for incomplete key-code +#define KEYLEN_PART_MAP -2 // keylen value for incomplete mapping /// Maximum number of streams to read script from enum { NSCRIPT = 15 }; |