commit | 6e371ecb27227ff8fedd8561d0f3880a17576848 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 14:16:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 14:16:39 2021 +0000 |
tree | 29129df4da69f0093ac1b763dffb2be45e84c587 | |
parent | 9a4ec5a62632af040c278a189e256043740f5c7f [diff] [blame] |
patch 8.2.3787: no proper formatting of a C line comment after a statement Problem: No proper formatting of a C line comment after a statement. Solution: Find the start of the line comment, insert the comment leader and indent the comment properly.
diff --git a/src/version.c b/src/version.c index 0150ddb1..078c060 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3787, +/**/ 3786, /**/ 3785,