diff src/version.c @ 15870:df0426d67bb3 v8.1.0942

patch 8.1.0942: options window still checks for the multi_byte feature commit https://github.com/vim/vim/commit/76cbe811dafea0609e87ee4b9d025e2387e20fac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 17:53:49 2019 +0100 patch 8.1.0942: options window still checks for the multi_byte feature Problem: Options window still checks for the multi_byte feature. Solution: Remove the unnecessary check. (Dominique Pelle, closes https://github.com/vim/vim/issues/3990)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 18:00:12 +0100
parents 7fad90423bd2
children 00ba42122944
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    942,
+/**/
     941,
 /**/
     940,