mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.1.1303: not possible to hide a balloon
Problem: Not possible to hide a balloon. Solution: Hide the balloon when balloon_show() is called with an empty string or list. Add balloon_gettext().
This commit is contained in:
@@ -75,7 +75,7 @@ typedef struct BalloonEvalStruct
|
||||
#ifdef FEAT_VARTABS
|
||||
int *vts; // vartabstop setting for this buffer
|
||||
#endif
|
||||
char_u *msg;
|
||||
char_u *msg; // allocated: current text
|
||||
#ifdef FEAT_GUI_MSWIN
|
||||
void *tofree;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user