mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Remove FEAT_CMDWIN
Command-line window which opens by q:, q/, q?
This commit is contained in:
@@ -104,7 +104,6 @@
|
|||||||
#define FEAT_BROWSE
|
#define FEAT_BROWSE
|
||||||
#define FEAT_BROWSE_CMD
|
#define FEAT_BROWSE_CMD
|
||||||
#define FEAT_CMDHIST
|
#define FEAT_CMDHIST
|
||||||
#define FEAT_CMDWIN
|
|
||||||
#define FEAT_COMMENTS
|
#define FEAT_COMMENTS
|
||||||
#define FEAT_COMPL_FUNC
|
#define FEAT_COMPL_FUNC
|
||||||
#define FEAT_CONCEAL
|
#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".
|
* Add a mapping "map" for mode "mode".
|
||||||
* Need to put string in allocated memory, because do_map() will modify it.
|
* 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);
|
free(s);
|
||||||
p_cpo = cpo_save;
|
p_cpo = cpo_save;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user