Remove char_u: vim_setenv()

This commit is contained in:
Mark Bainter
2015-04-12 21:26:06 +00:00
parent 4848158cc1
commit a4e51f72ab
5 changed files with 17 additions and 19 deletions

View File

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