mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Remove FEAT_CON_DIALOG
Support for :confirm with console dialog.
This commit is contained in:
parent
cfea68db8e
commit
f65028e5a0
@ -105,7 +105,6 @@
|
||||
#define FEAT_BROWSE_CMD
|
||||
#define FEAT_CMDHIST
|
||||
#define FEAT_CONCEAL
|
||||
#define FEAT_CON_DIALOG
|
||||
#define FEAT_CSCOPE
|
||||
#define FEAT_CURSORBIND
|
||||
#define FEAT_DIGRAPHS
|
||||
|
@ -1501,7 +1501,7 @@ static char_u *make_percent_swname(char_u *dir, char_u *name)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(UNIX) && (defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG))
|
||||
#ifdef UNIX
|
||||
static int process_still_running;
|
||||
#endif
|
||||
|
||||
@ -3405,7 +3405,7 @@ findswapname (
|
||||
int choice = 0;
|
||||
#endif
|
||||
|
||||
#if defined(UNIX) && (defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG))
|
||||
#ifdef UNIX
|
||||
process_still_running = FALSE;
|
||||
#endif
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user