diff src/version.c @ 19153:9efea787c3a6 v8.2.0136

patch 8.2.0136: stray ch_logfile() call Commit: https://github.com/vim/vim/commit/ed5adff1e6da412732514d82363005f85fe22e04 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 21:32:51 2020 +0100 patch 8.2.0136: stray ch_logfile() call Problem: Stray ch_logfile() call. Solution: Remove it. (closes https://github.com/vim/vim/issues/5503)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 21:45:04 +0100
parents f12eda320c78
children 013f20a3bc6b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    136,
+/**/
     135,
 /**/
     134,