aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorMark Bainter <mbainter+github@gmail.com>2015-04-12 21:26:06 +0000
committerMark Bainter <mbainter+github@gmail.com>2015-04-18 04:50:12 +0000
commita4e51f72ab5dac1149b415c6fc0bf1c87a11acda (patch)
treeb884d94ab685d81da3d65cb1246e9714c123b706 /src/nvim/diff.c
parent4848158cc12443c27e298b01543bf620172508c3 (diff)
downloadrneovim-a4e51f72ab5dac1149b415c6fc0bf1c87a11acda.tar.gz
rneovim-a4e51f72ab5dac1149b415c6fc0bf1c87a11acda.tar.bz2
rneovim-a4e51f72ab5dac1149b415c6fc0bf1c87a11acda.zip
Remove char_u: vim_setenv()
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 937baad648..88d63b3383 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -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