summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 17:53:49 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 17:53:49 +0100
commit76cbe811dafea0609e87ee4b9d025e2387e20fac (patch)
tree6d7055ceef9863533121af1210910b3318099197 /src
parent4f97475d326c2773a78561fb874e4f23c25cbcd9 (diff)
patch 8.1.0942: options window still checks for the multi_byte featurev8.1.0942
Problem: Options window still checks for the multi_byte feature. Solution: Remove the unnecessary check. (Dominique Pelle, closes #3990)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5ffbc56ebb..19da7a6e33 100644
--- 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,