diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-09 13:50:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-09 13:50:16 +0200 |
commit | be0a2597ae0d9eb0b8a8a2fc9ae1784faa929844 (patch) | |
tree | 29c80c119b12d1004fd287f0b63525a931ec59cd /src/version.c | |
parent | 06bd824869b1cb7a85e64ec94135a35698be5b7f (diff) | |
download | vim-git-8.1.1303.tar.gz |
patch 8.1.1303: not possible to hide a balloonv8.1.1303
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().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 96c72faa2..8aef9ddaf 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1303, +/**/ 1302, /**/ 1301, |