commit | 306139005c31ea7e6f892dd119beba3c94dcb982 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 22:11:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 22:11:18 2019 +0100 |
tree | 8b256dbe178f2b314831b64b17d67560e2a54043 | |
parent | 217e1b8359447f5550dcb0d1ee43380a90c253c5 [diff] [blame] |
patch 8.1.2380: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/version.c b/src/version.c index 4d03ce8..b513b69 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2380, +/**/ 2379, /**/ 2378,