comparison src/version.c @ 27275:841145bb9885 v8.2.4166

patch 8.2.4166: undo synced when switching buffer in another window Commit: https://github.com/vim/vim/commit/e615db06046312e74886fa1ef98feb5a9db2a7c3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 21:00:54 2022 +0000 patch 8.2.4166: undo synced when switching buffer in another window Problem: Undo synced when switching buffer in another window. Solution: Do not sync undo when not needed. (closes https://github.com/vim/vim/issues/9575)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 22:15:03 +0100
parents a9f0c1f06c84
children b73e3617c1d6
comparison
equal deleted inserted replaced
27274:34e3b99f045d 27275:841145bb9885
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 4166,
753 /**/ 755 /**/
754 4165, 756 4165,
755 /**/ 757 /**/
756 4164, 758 4164,
757 /**/ 759 /**/