summaryrefslogtreecommitdiffstats
path: root/debian/patches/mcedit_group_undo.patch
blob: 88a53f93b9ea151c4bbb6e8d766f3db25338e117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Last-Update: 2017-06-29
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Updated-by: Denis Briand <debian@denis-briand.fr>
Description: enable "Group undo" by default (mcedit)

--- a/src/editor/edit.c
+++ b/src/editor/edit.c
@@ -94,9 +94,9 @@
     .save_mode = EDIT_QUICK_SAVE,
     .confirm_save = TRUE,
     .save_position = TRUE,
     .syntax_highlighting = TRUE,
-    .group_undo = FALSE,
+    .group_undo = TRUE,
     .backup_ext = NULL,
     .filesize_threshold = NULL,
     .stop_format_chars = NULL,
     .visible_tabs = TRUE,