commit | 3b849af90a691f2a9999222b0e69bd161bebc5e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 16:15:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 16:15:04 2019 +0200 |
tree | 6f0694c395b49fd26bf53b6c2860b5a6e5dd7178 | |
parent | 7ba343e63483b09584d4bf5a997fc1d1c09f19f7 [diff] [blame] |
patch 8.1.1658: debug statements included in patch Problem: Debug statements included in patch. Solution: Remove the debug statements.
diff --git a/src/version.c b/src/version.c index fb21f07..5cede94 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1658, +/**/ 1657, /**/ 1656,