comparison src/version.c @ 24800:b032da736676 v8.2.2938

patch 8.2.2938: after using motion force from feedkeys() it sticks Commit: https://github.com/vim/vim/commit/21492743e80c6740bac65a91311c28bede8ef2f8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 4 21:57:57 2021 +0200 patch 8.2.2938: after using motion force from feedkeys() it sticks Problem: After using motion force from feedkeys() it may not be reset. Solution: Clear motion_force in clearop(). (closes https://github.com/vim/vim/issues/8323)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Jun 2021 22:00:05 +0200
parents a84ed6d4aa9f
children 7342df6f02bb
comparison
equal deleted inserted replaced
24799:7aa2abb13864 24800:b032da736676
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 2938,
753 /**/ 755 /**/
754 2937, 756 2937,
755 /**/ 757 /**/
756 2936, 758 2936,
757 /**/ 759 /**/