Remove FEAT_CMDWIN

Command-line window which opens by q:, q/, q?
This commit is contained in:
Hinidu 2014-04-11 23:31:27 +03:00 committed by Justin M. Keyes
parent 9d6c5de4f1
commit ffc2ea372f
2 changed files with 0 additions and 3 deletions

View File

@ -104,7 +104,6 @@
#define FEAT_BROWSE
#define FEAT_BROWSE_CMD
#define FEAT_CMDHIST
#define FEAT_CMDWIN
#define FEAT_COMMENTS
#define FEAT_COMPL_FUNC
#define FEAT_CONCEAL

View File

@ -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