commit | 5d20fbf2e79b96a39abbdadc486b656cdcc67ed6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 16:05:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 16:05:31 2021 +0000 |
tree | 2601a6a32e62402ba28471be2175d67f8e2e339d | |
parent | 5ea5f373729589acb38ce3f3ca338e8a6d398bdc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e4b481b..6849bd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3935, +/**/ 3934, /**/ 3933,