forked from aniani/vim
updated for version 7.3.1123
Problem: Can't build tiny Vim on MS-Windows. Solution: Adjust #ifdef around using modif_fname(). (Mike Williams)
This commit is contained in:
@@ -4607,7 +4607,7 @@ home_replace(buf, src, dst, dstlen, one)
|
||||
if (homedir_env != NULL && *homedir_env == NUL)
|
||||
homedir_env = NULL;
|
||||
|
||||
#if defined(FEAT_MODIFY_FNAME) || defined(WIN3264)
|
||||
#if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL)
|
||||
if (homedir_env != NULL && vim_strchr(homedir_env, '~') != NULL)
|
||||
{
|
||||
int usedlen = 0;
|
||||
|
||||
Reference in New Issue
Block a user