commit | 688e5f7ee7e9384494e9c16ae48c512980c54e4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 11:51:40 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 11:51:40 2008 +0000 |
tree | 9e4b2e3575a6720be516cf3fba53298685838170 | |
parent | 4394bfff3fcd4eaced1f19ed088719de4632e0d9 [diff] [blame] |
updated for version 7.2b-012
diff --git a/src/main.c b/src/main.c index 587081b..7718e97 100644 --- a/src/main.c +++ b/src/main.c
@@ -2245,7 +2245,12 @@ /* Remember this argument has been added to the argument list. * Needed when 'encoding' is changed. */ used_file_arg(argv[0], parmp->literal, parmp->full_path, - parmp->diff_mode); +# ifdef FEAT_DIFF + parmp->diff_mode +# else + FALSE +# endif + ); } #endif }