mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 02:34:10 +00:00
Remove char_u: vim_setenv()
This commit is contained in:
@@ -808,7 +808,7 @@ static void diff_file(char_u *tmp_orig, char_u *tmp_new, char_u *tmp_diff)
|
||||
|
||||
/* We don't want $DIFF_OPTIONS to get in the way. */
|
||||
if (os_getenv("DIFF_OPTIONS")) {
|
||||
vim_setenv((char_u *)"DIFF_OPTIONS", (char_u *)"");
|
||||
vim_setenv("DIFF_OPTIONS", "");
|
||||
}
|
||||
|
||||
/* Build the diff command and execute it. Always use -a, binary
|
||||
|
||||
Reference in New Issue
Block a user