mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
Remove FEAT_CON_DIALOG
Support for :confirm with console dialog.
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user