mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
Remove char_u: FullName_save()
This commit is contained in:
@@ -7390,7 +7390,7 @@ void vimrc_found(char_u *fname, char_u *envname)
|
||||
p = (char_u *)vim_getenv((char *)envname);
|
||||
if (p == NULL) {
|
||||
/* Set $MYVIMRC to the first vimrc file found. */
|
||||
p = FullName_save(fname, FALSE);
|
||||
p = (char_u *)FullName_save((char *)fname, FALSE);
|
||||
if (p != NULL) {
|
||||
vim_setenv((char *)envname, (char *)p);
|
||||
xfree(p);
|
||||
|
Reference in New Issue
Block a user