commit | 00bf8cd2115be7c14258aee48c0a7568147c9cd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:26:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:26:20 2018 +0200 |
tree | 936c39dcedb7303e2e9429a9651b3b1769d8874e | |
parent | 1307d1c003b01b4f67524c95feb07c3d91c7c428 [diff] [blame] |
patch 8.1.0461: quickfix code uses too many /* */ comments Problem: Quickfix code uses too many /* */ comments. Solution: Change to // comments. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 7a2e94a..93cbc30 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 461, +/**/ 460, /**/ 459,