mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fix: defult value of option_persistent_selectionsis, set "yes" by default.
This commit is contained in:
parent
a443945748
commit
a8eb299506
@ -63,7 +63,7 @@ int option_fake_half_tabs = 1;
|
||||
int option_save_mode = EDIT_QUICK_SAVE;
|
||||
int option_save_position = 1;
|
||||
int option_max_undo = 32768;
|
||||
int option_persistent_selections = 0;
|
||||
int option_persistent_selections = 1;
|
||||
|
||||
int option_edit_right_extreme = 0;
|
||||
int option_edit_left_extreme = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user