commit | ed5adff1e6da412732514d82363005f85fe22e04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:32:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:32:51 2020 +0100 |
tree | 352a4661e3c74bb716725c1703923ecf02e99d39 | |
parent | fe4bbac1166f2e4e3fa18cb966ec7305198c8176 [diff] [blame] |
patch 8.2.0136: stray ch_logfile() call Problem: Stray ch_logfile() call. Solution: Remove it. (closes #5503)
diff --git a/src/version.c b/src/version.c index acffb43..c23426b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 136, +/**/ 135, /**/ 134,