mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Remove FEAT_CMDWIN
Command-line window which opens by q:, q/, q?
This commit is contained in:
parent
9d6c5de4f1
commit
ffc2ea372f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user