diff src/version.c @ 19159:352b74803d3e v8.2.0139

patch 8.2.0139: MS-Windows: default for IME is inconsistent Commit: https://github.com/vim/vim/commit/f0764e8bb6511aa3bf1d6f52852b4284676ee661 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 22:05:34 2020 +0100 patch 8.2.0139: MS-Windows: default for IME is inconsistent Problem: MS-Windows: default for IME is inconsistent. Solution: Also make IME default enabled with MVC. (Ken Takata, closes https://github.com/vim/vim/issues/5508)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 22:15:03 +0100
parents f2c8bc90f3c8
children 27ff44268da5
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 */
 /**/
+    139,
+/**/
     138,
 /**/
     137,