commit | ecabb511074b3f56cdd5067553c947a291d04e17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 06 19:51:01 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 06 19:51:01 2021 +0000 |
tree | 35604ce180a874dc124450a0e0e9fdeb7658e832 | |
parent | 3e55a973b5cab5823335e24b7e4885429c885921 [diff] [blame] |
patch 8.2.3754: undesired changing of the indent of the first formatted line Problem: Undesired changing of the indent of the first formatted line. Solution: Do not indent the first formatted line.
diff --git a/src/version.c b/src/version.c index aff25cf..d0ccf16 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3754, +/**/ 3753, /**/ 3752,