commit | c5935a859ee31d56a565878d7a231fc59b7ddc01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:48:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:48:52 2021 +0100 |
tree | dae0d49be4eee25f34c5373d2cdc5396c0df21eb | |
parent | 731fba1081079d5c0251fca2626043ce6e86b1f2 [diff] [blame] |
patch 8.2.3542: too many comments are old style Problem: Too many comments are old style. Solution: Change comments to // style. (closes #9021)
diff --git a/src/version.c b/src/version.c index b4e342d..f449532 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3542, +/**/ 3541, /**/ 3540,