From: Bram Moolenaar Date: Tue, 8 Mar 2005 22:43:10 +0000 (+0000) Subject: updated for version 7.0058 X-Git-Tag: v7.0058~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f6b0b8fce2cb537d6ccd9d2fae9fef8ea844e84;p=vim updated for version 7.0058 --- diff --git a/src/misc1.c b/src/misc1.c index 3125dfe34..b3a18e5fa 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3594,6 +3594,7 @@ expand_env_esc(src, dst, dstlen, esc) /* * Vim's version of getenv(). * Special handling of $HOME, $VIM and $VIMRUNTIME. + * Also does ACP to 'enc' conversion for Win32. */ char_u * vim_getenv(name, mustfree)