commit | 76cbe811dafea0609e87ee4b9d025e2387e20fac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 17:53:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 17:53:49 2019 +0100 |
tree | 6d7055ceef9863533121af1210910b3318099197 | |
parent | 4f97475d326c2773a78561fb874e4f23c25cbcd9 [diff] [blame] |
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 #3990)
diff --git a/src/version.c b/src/version.c index 5ffbc56..19da7a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 942, +/**/ 941, /**/ 940,