comparison src/version.c @ 28996:54247d52bee9 v8.2.5020

patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' Commit: https://github.com/vim/vim/commit/c7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578 Author: Milly <milly.ca@gmail.com> Date: Thu May 26 13:16:25 2022 +0100 patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' Problem: Using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'. Solution: Save and restore the KeyTyped flag. (closes https://github.com/vim/vim/issues/10479)
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 May 2022 14:30:03 +0200
parents 644b0f0541de
children 983ec746af54
comparison
equal deleted inserted replaced
28995:bb0a5cc369bb 28996:54247d52bee9
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5020,
737 /**/ 739 /**/
738 5019, 740 5019,
739 /**/ 741 /**/
740 5018, 742 5018,
741 /**/ 743 /**/