commit | 1b9750d8054ce4a5a6f84af9f10654330bbf869b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:51:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:51:37 2017 +0100 |
tree | 6f639a1f3ff95e8411c92fd7724dad2b33faaa70 | |
parent | 42b8d916c719002dbafade6b977d4e266f8712dc [diff] [blame] |
patch 8.0.0193: accidentally removed #ifdef Problem: Accidentally removed #ifdef. Solution: Put it back. (Masanori Misono)
diff --git a/src/version.c b/src/version.c index a825013..401f79f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 193, +/**/ 192, /**/ 191,