summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/misc1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 3125dfe341..b3a18e5faf 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)