0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore

Problem:    Checking for FEAT_MBYTE which doesn't exist anymore. (Christ van
            Willegen)
Solution:   Remove it.
This commit is contained in:
Bram Moolenaar
2019-02-08 14:41:31 +01:00
parent 8c62a08faf
commit 1aa43755e2
2 changed files with 3 additions and 1 deletions

View File

@@ -7471,7 +7471,7 @@ vim_tempname(
if (*p == '\\')
*p = '/';
#if defined(FEAT_MBYTE) && defined(WIN3264)
#if defined(WIN3264)
if (enc_utf8)
{
int len;