diff options
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index 40d2292ae..bc755038d 100644 --- a/src/diff.c +++ b/src/diff.c @@ -840,7 +840,7 @@ ex_diffpatch(eap) #ifdef FEAT_BROWSE if (cmdmod.browse) { - browseFile = do_browse(FALSE, (char_u *)_("Patch file"), + browseFile = do_browse(0, (char_u *)_("Patch file"), eap->arg, NULL, NULL, BROWSE_FILTER_ALL_FILES, NULL); if (browseFile == NULL) return; /* operation cancelled */ |