comparison src/version.c @ 24359:db86c2b0d5c6 v8.2.2720

patch 8.2.2720: GTK menu tooltip moves the cursor Commit: https://github.com/vim/vim/commit/01ac0a1f664c5b1ffd5c9ef196d4b47edf2fd494 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 18:20:45 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 18:30:04 +0200
parents 108a6e2497f6
children f76398d79c2e
comparison
equal deleted inserted replaced
24358:33c9ef35e406 24359:db86c2b0d5c6
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2720,
753 /**/ 755 /**/
754 2719, 756 2719,
755 /**/ 757 /**/
756 2718, 758 2718,
757 /**/ 759 /**/