1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-09-16 22:32:15 +02:00
parent 3dfe2e0fb8
commit 644b49fa0f
4 changed files with 36 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3444,
/**/
3443,
/**/