Merge branch '1946_cursor_beyond_EOL_fix'

* 1946_cursor_beyond_EOL_fix:
  Ticket #1946 (Cursor beyond EOL has unusual default)
This commit is contained in:
Ilia Maslakov 2010-01-21 16:09:25 +03:00
commit 734eff6025

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;