commit | 9c46efd7dc57c1a8eae5137d05c7e67c4f82c3d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 04 20:30:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 04 20:30:18 2019 +0100 |
tree | 3135c2a273f10e74caf862c59238572fc1cedd83 | |
parent | 970076468e37972d24c6ba6ef29f1957128aa161 [diff] [blame] |
patch 8.1.0874: using old style comments in new file Problem: Using old style comments in new file. Solution: Convert to // comments in new file. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 888bc25..24a9fb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,