comparison src/version.c @ 25818:37bc83bbda91 v8.2.3444

patch 8.2.3444: concealed text not revealed when leaving insert mode Commit: https://github.com/vim/vim/commit/644b49fa0fb90143e8dbe90a7c14c9498d17b266 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 16 22:32:15 2021 +0200 patch 8.2.3444: concealed text not revealed when leaving insert mode Problem: concealed text not revealed when leaving insert mode. (Michael Soyka) Solution: Check if concealing changed when leaving insert mode. (closes #8880)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Sep 2021 22:45:03 +0200
parents d9a0847550c6
children 5d89ca7d28ac
comparison
equal deleted inserted replaced
25817:bac65c7d2d22 25818:37bc83bbda91
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3444,
758 /**/ 760 /**/
759 3443, 761 3443,
760 /**/ 762 /**/
761 3442, 763 3442,
762 /**/ 764 /**/