comparison src/fileio.c @ 15750:ece3be0e03b6 v8.1.0882

patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore commit https://github.com/vim/vim/commit/1aa43755e2116ba744be13b6f596ea033a0d82ae Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 14:41:31 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 14:45:07 +0100
parents 2958a8e51a67
children 7f91de3f5e35
comparison
equal deleted inserted replaced
15749:bb1248a712d6 15750:ece3be0e03b6
7469 if (*p_shcf == '-' || p_ssl) 7469 if (*p_shcf == '-' || p_ssl)
7470 for (p = retval; *p; ++p) 7470 for (p = retval; *p; ++p)
7471 if (*p == '\\') 7471 if (*p == '\\')
7472 *p = '/'; 7472 *p = '/';
7473 7473
7474 #if defined(FEAT_MBYTE) && defined(WIN3264) 7474 #if defined(WIN3264)
7475 if (enc_utf8) 7475 if (enc_utf8)
7476 { 7476 {
7477 int len; 7477 int len;
7478 char_u *pp = NULL; 7478 char_u *pp = NULL;
7479 7479