diff options
| author | Bram Moolenaar <Bram@vim.org> | 2021-04-05 14:13:20 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-04-05 14:13:20 +0200 |
| commit | ce5b06a6a972dcc36e460782e10e21a09b227b5d (patch) | |
| tree | 49120cf96aed868e11fa9b470a7c3fe05a4b657e /src/version.c | |
| parent | 0b94e297afd072c51bf2eed12c7ffe3978d93399 (diff) | |
| download | vim-git-8.2.2717.tar.gz | |
patch 8.2.2717: GTK menu items don't show a tooltipv8.2.2717
Problem: GTK menu items don't show a tooltip.
Solution: Add a callback to show the tooltip. (Leonid V. Fedorenchik,
closes #8067, closes #7810)
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 d38b6ba06..f22d0cb25 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2717, +/**/ 2716, /**/ 2715, |
