From ffc2ea372f78096b5d8e6bbad0676a16d4493be0 Mon Sep 17 00:00:00 2001 From: Hinidu Date: Fri, 11 Apr 2014 23:31:27 +0300 Subject: Remove FEAT_CMDWIN Command-line window which opens by q:, q/, q? --- src/nvim/getchar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit