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

updated for version 7.0058

This commit is contained in:
Bram Moolenaar
2005-03-08 22:43:10 +00:00
parent 111ff9f40e
commit 2f6b0b8fce

View File

@@ -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)