diff options
Diffstat (limited to 'src/nvim/diff.c')
| -rw-r--r-- | src/nvim/diff.c | 2 | 
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 | 
