forked from aniani/vim
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
This commit is contained in:
@@ -88,12 +88,12 @@ static char *(features[]) =
|
||||
#else
|
||||
"-autoservername",
|
||||
#endif
|
||||
#ifdef FEAT_BEVAL
|
||||
#ifdef FEAT_BEVAL_GUI
|
||||
"+balloon_eval",
|
||||
#else
|
||||
"-balloon_eval",
|
||||
#endif
|
||||
#ifdef FEAT_BEVALTERM
|
||||
#ifdef FEAT_BEVAL_TERM
|
||||
"+balloon_eval_term",
|
||||
#else
|
||||
"-balloon_eval_term",
|
||||
@@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1312,
|
||||
/**/
|
||||
1311,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user