commit | 1ccaa35abf0706de3516b3013fe12964abada079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 22:08:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 22:08:25 2019 +0200 |
tree | 9f6eaf13fde4f9e0e14e0da770d71fa7164a411d | |
parent | dd00035cb52aa295d3ed3a93338ac04f2c8b35d0 [diff] [blame] |
patch 8.1.1793: mixed comment style in globals Problem: Mixed comment style in globals. Solution: Use // comments where appropriate.
diff --git a/src/version.c b/src/version.c index a12b4e8..653ed83 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1793, +/**/ 1792, /**/ 1791,