]> granicus.if.org Git - vim/commitdiff
patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore v8.1.0882
authorBram Moolenaar <Bram@vim.org>
Fri, 8 Feb 2019 13:41:31 +0000 (14:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Feb 2019 13:41:31 +0000 (14:41 +0100)
Problem:    Checking for FEAT_MBYTE which doesn't exist anymore. (Christ van
            Willegen)
Solution:   Remove it.

src/fileio.c
src/version.c

index 446ae7edf8c7e9709970010d332ed704b2f2883b..c1aa1a76f94ea16164216853c5ed83f153b19170 100644 (file)
@@ -7471,7 +7471,7 @@ vim_tempname(
            if (*p == '\\')
                *p = '/';
 
-#if defined(FEAT_MBYTE) && defined(WIN3264)
+#if defined(WIN3264)
     if (enc_utf8)
     {
        int     len;
index 48236fe35464ccffb3f07d05a94b6dba03b9f99e..164fd440321386d2f6d2217fd3d6baecf0be6717 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    882,
 /**/
     881,
 /**/