Fix: defult value of option_persistent_selectionsis, set "yes" by default.

This commit is contained in:
Ilia Maslakov 2009-03-28 09:46:07 +00:00
parent a443945748
commit a8eb299506
1 changed files with 1 additions and 1 deletions

View File

@ -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;