summaryrefslogtreecommitdiffstats
path: root/debian/patches/mcedit_auto_indent.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:13 +0000
commitb53c174e5d2eba47d82b05cb5787b183a0aadf84 (patch)
treed11ab04473fd36be6989c8a494a245fce8a80cbb /debian/patches/mcedit_auto_indent.patch
parentAdding upstream version 3:4.8.29. (diff)
downloadmc-b53c174e5d2eba47d82b05cb5787b183a0aadf84.tar.xz
mc-b53c174e5d2eba47d82b05cb5787b183a0aadf84.zip
Adding debian version 3:4.8.29-2.debian/3%4.8.29-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/mcedit_auto_indent.patch')
-rw-r--r--debian/patches/mcedit_auto_indent.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/mcedit_auto_indent.patch b/debian/patches/mcedit_auto_indent.patch
new file mode 100644
index 0000000..4bee6e6
--- /dev/null
+++ b/debian/patches/mcedit_auto_indent.patch
@@ -0,0 +1,20 @@
+Last-Update: 2017-06-29
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/570502
+Author: Dmitry Smirnov <onlyjob@member.fsf.org>
+Updated-by: Denis Briand <debian@denis-briand.fr>
+Description: disable "Return does autoindent" by default (mcedit)
+
+--- a/src/editor/edit.c
++++ b/src/editor/edit.c
+@@ -81,9 +81,9 @@
+ int option_word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;
+ gboolean option_typewriter_wrap = FALSE;
+ gboolean option_auto_para_formatting = FALSE;
+ gboolean option_fill_tabs_with_spaces = FALSE;
+-gboolean option_return_does_auto_indent = TRUE;
++gboolean option_return_does_auto_indent = FALSE;
+ gboolean option_backspace_through_tabs = FALSE;
+ gboolean option_fake_half_tabs = TRUE;
+ int option_save_mode = EDIT_QUICK_SAVE;
+ gboolean option_save_position = TRUE;