comparison src/version.c @ 27130:daac3cf65d7e v8.2.4094

patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum Commit: https://github.com/vim/vim/commit/e1833bfd01c100896d2a01f281762c285192d84b Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Jan 15 10:52:16 2022 +0000 patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum Problem: 'virtualedit' is window-local but using buffer-local enum. Solution: Use window-local enum. (closes https://github.com/vim/vim/issues/9529)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 12:00:03 +0100
parents 164d59ddd48a
children 0b5ce27d8b68
comparison
equal deleted inserted replaced
27129:a4ef6b033e16 27130:daac3cf65d7e
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 4094,
753 /**/ 755 /**/
754 4093, 756 4093,
755 /**/ 757 /**/
756 4092, 758 4092,
757 /**/ 759 /**/