CVS Code -
+- files.c:
+ add_open_file()
+ - Get rid of unsetting MARK_ISSET because otherwise writing
+ marked text will automatically unset the marker with
+ multibuffer enabled.
- global.c:
- Define currshortcut and currslen when either DISABLE_MOUSE
or DISABLE_HELP or DISABLE_BROWSER is not defined (Silvan
/* save current modification status */
open_files->file_modified = ISSET(MODIFIED);
- /* Unset the marker because nano can't (yet) handle marked text flipping between
- open files */
- UNSET(MARK_ISSET);
-
#ifdef DEBUG
fprintf(stderr, _("filename is %s"), open_files->data);
#endif