Everything builds on cl-2015, fixed open-in-other limitation

master
Allen Webster 2017-11-10 13:56:17 -05:00
parent c0bf8966eb
commit 7ffa493d44
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ CUSTOM_COMMAND_SIG(open_file_in_quotes){
CUSTOM_COMMAND_SIG(open_in_other){
exec_command(app, change_active_panel);
exec_command(app, interactive_open);
exec_command(app, interactive_open_or_new);
}
CUSTOM_COMMAND_SIG(new_in_other){