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:
@@ -1649,7 +1649,7 @@ EXTERN int did_add_timer INIT(= FALSE);
|
||||
EXTERN int timer_busy INIT(= 0); /* when timer is inside vgetc() then > 0 */
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_BEVALTERM
|
||||
#ifdef FEAT_BEVAL_TERM
|
||||
EXTERN int bevalexpr_due_set INIT(= FALSE);
|
||||
EXTERN proftime_T bevalexpr_due;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user