commit | c33083592846c8d4b2d6fae499536b9d578fe10d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 16:24:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 16:24:56 2019 +0200 |
tree | 8b45ae73958c1702ac0f05f976e8ace86fee91cb | |
parent | da6c03342117fb7f4a8110bd9e8627b612a05a64 [diff] [blame] |
patch 8.1.1958: old style comments taking up space Problem: Old style comments taking up space. Solution: Change to new style comments.
diff --git a/src/version.c b/src/version.c index 89922c2..14842cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1958, +/**/ 1957, /**/ 1956,