mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Remove char_u: vim_getenv()
This commit is contained in:
@@ -5117,7 +5117,7 @@ void fix_help_buffer(void)
|
||||
while (*p != NUL) {
|
||||
copy_option_part(&p, NameBuff, MAXPATHL, ",");
|
||||
mustfree = FALSE;
|
||||
rt = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
|
||||
rt = (char_u *)vim_getenv("VIMRUNTIME", &mustfree);
|
||||
if (path_full_compare(rt, NameBuff, FALSE) != kEqualFiles) {
|
||||
int fcount;
|
||||
char_u **fnames;
|
||||
|
Reference in New Issue
Block a user