1
0
forked from aniani/vim

patch 8.2.3935: CTRL-U in Insert mode does not fix the indent

Problem:    CTRL-U in Insert mode does not fix the indent.
Solution:   Fix the indent when 'cindent' is set.
This commit is contained in:
Bram Moolenaar
2021-12-29 16:05:31 +00:00
parent 5ea5f37372
commit 5d20fbf2e7
3 changed files with 33 additions and 1 deletions

View File

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