We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cdaa48 + 3daab98 commit 5b2209bCopy full SHA for 5b2209b
1 file changed
src/MacVim/MMAppController.m
@@ -1080,6 +1080,7 @@ - (IBAction)fileOpen:(id)sender
1080
1081
NSOpenPanel *panel = [NSOpenPanel openPanel];
1082
[panel setAllowsMultipleSelection:YES];
1083
+ [panel setCanChooseDirectories:YES];
1084
[panel setAccessoryView:showHiddenFilesView()];
1085
#if (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6)
1086
// NOTE: -[NSOpenPanel runModalForDirectory:file:types:] is deprecated on
0 commit comments