commit | b691de05f69905fe417f583083d7e3cc16eb865e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 18:39:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 18:39:14 2018 +0200 |
tree | 3b778eceb899758865bb575701d73b036bd6c99d | |
parent | 73658317bacd9a0264dfaa32288de6ea1f236fe5 [diff] [blame] |
patch 8.0.1757: unnecessary changes in libvterm Problem: Unnecessary changes in libvterm. Solution: Bring back // comments and trailing comma in enums.
diff --git a/src/version.c b/src/version.c index 0960c91..f0cb304 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1757, +/**/ 1756, /**/ 1755,