forked from aniani/vim
updated for version 7.0093
This commit is contained in:
@@ -3406,6 +3406,14 @@ init_homedir()
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(EXITFREE) || defined(PROTO)
|
||||
void
|
||||
free_homedir()
|
||||
{
|
||||
vim_free(homedir);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Expand environment variable with path name.
|
||||
* "~/" is also expanded, using $HOME. For Unix "~user/" is expanded.
|
||||
|
Reference in New Issue
Block a user