commit | 791fb1bcda7cd1a388ad948cdef469a2744d6dff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 22:24:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 22:24:36 2020 +0200 |
tree | d4fe3c6f9854e533a3738f71b6e8ce48e28298cf | |
parent | 441d60efd8f0e4a44d0cf4bca11cb72e6c830e47 [diff] [blame] |
patch 8.2.0889: using old style comments Problem: Using old style comments. Solution: Use // comments. (Yegappan Lakshmanan, closes #6190)
diff --git a/src/version.c b/src/version.c index 9522510..ece5a39 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 889, +/**/ 888, /**/ 887,