1
0
forked from aniani/vim

updated for version 7.0018

This commit is contained in:
Bram Moolenaar
2004-10-11 10:06:20 +00:00
parent 349b2f643a
commit 7171abea1a
12 changed files with 141 additions and 56 deletions

View File

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