diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/getchar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index d215bb06e7..114182d462 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -4270,7 +4270,6 @@ check_map ( } -#if defined(MSWIN) || defined(FEAT_CMDWIN) || defined(MACOS) || defined(PROTO) /* * Add a mapping "map" for mode "mode". * Need to put string in allocated memory, because do_map() will modify it. @@ -4286,4 +4285,3 @@ void add_map(char_u *map, int mode) free(s); p_cpo = cpo_save; } -#endif |