Ticket #1946 (Cursor beyond EOL has unusual default)

now 'Cursor beyond EOL' switched off by default.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
Ilia Maslakov 2010-01-20 14:28:03 +03:00
parent 9de980e2a4
commit a04c1cf665

View File

@ -75,7 +75,7 @@ int option_save_mode = EDIT_QUICK_SAVE;
int option_save_position = 1;
int option_max_undo = 32768;
int option_persistent_selections = 1;
int option_cursor_beyond_eol = 1;
int option_cursor_beyond_eol = 0;
int option_line_state = 0;
int option_line_state_width = 0;