commit | 264d3ddac0f9474816c20a0e92014d6f7f4b08ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 14:09:32 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 14:09:32 2021 +0000 |
tree | 290e2660fb888fd28851b29d8bb55aac5cee51ec | |
parent | febb78fa1798e0f95983b3f7881419a754886df5 [diff] [blame] |
patch 8.2.3932: C line comment not formatted properly Problem: C line comment not formatted properly. Solution: If a line comment follows after "#if" the next line is not the end of a paragraph.
diff --git a/src/version.c b/src/version.c index 09bce7b..bbfa0ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3932, +/**/ 3931, /**/ 3930,