Everything builds on cl-2015, fixed open-in-other limitation
This commit is contained in:
parent
c0bf8966eb
commit
7ffa493d44
|
@ -396,7 +396,7 @@ CUSTOM_COMMAND_SIG(open_file_in_quotes){
|
||||||
|
|
||||||
CUSTOM_COMMAND_SIG(open_in_other){
|
CUSTOM_COMMAND_SIG(open_in_other){
|
||||||
exec_command(app, change_active_panel);
|
exec_command(app, change_active_panel);
|
||||||
exec_command(app, interactive_open);
|
exec_command(app, interactive_open_or_new);
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOM_COMMAND_SIG(new_in_other){
|
CUSTOM_COMMAND_SIG(new_in_other){
|
||||||
|
|
Loading…
Reference in New Issue