commit | 2256c9947164229c0960803e2a2992b793c23298 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 21:17:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 21:17:07 2016 +0100 |
tree | ad1265aed9b47a658d0f46b9b237b0c6a7b9b593 | |
parent | 8a01f969c198eeb655ad2f96f2796a6f6f4a1924 [diff] [blame] |
patch 8.0.0086 Problem: Cannot add a comment after ":hide". (Norio Takagi) Solution: Make it work, add a test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 8b30bae..b1bf796 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 86, +/**/ 85, /**/ 84,