commit | 01ac0a1f664c5b1ffd5c9ef196d4b47edf2fd494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 18:20:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 18:20:45 2021 +0200 |
tree | 4c5cd1a9ba6672d70686136ab98a76a3bbd83b24 | |
parent | e42939af87be3adad8c08ceb454e3a31114d7165 [diff] [blame] |
patch 8.2.2720: GTK menu tooltip moves the cursor Problem: GTK menu tooltip moves the cursor. Solution: Position the cursor after displaying the tooltip. Do not show the tooltip when editing the command line.
diff --git a/src/version.c b/src/version.c index 76da319..358ff07 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2720, +/**/ 2719, /**/ 2718,