summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-27 17:47:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-27 17:47:16 +0000
commit1cbde80a1e7976b6bb6e331c83ca10ba38b3b7fe (patch)
tree80b079903056efd311bd43b5cdb5c57b55e1462e /app-editors/nano/files
parentremoving stale versions (diff)
downloadgentoo-2-1cbde80a1e7976b6bb6e331c83ca10ba38b3b7fe.tar.gz
gentoo-2-1cbde80a1e7976b6bb6e331c83ca10ba38b3b7fe.tar.bz2
gentoo-2-1cbde80a1e7976b6bb6e331c83ca10ba38b3b7fe.zip
fix for #29738
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r--app-editors/nano/files/1.2.2-wsconvert.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/files/1.2.2-wsconvert.patch b/app-editors/nano/files/1.2.2-wsconvert.patch
index 35e2dd8754d8..bfb0e6f0f9b4 100644
--- a/app-editors/nano/files/1.2.2-wsconvert.patch
+++ b/app-editors/nano/files/1.2.2-wsconvert.patch
@@ -67,7 +67,7 @@ diff -ur work.orig/nano-1.2.2/nanorc.sample work/nano-1.2.2/nanorc.sample
+# set tabconvert 32
+## Same as tabconverting above, but applied to spaces.
+## it can be a single character. 183 seems to be a 'good' value.
-+# set tabconvert 32
++# set spaceconvert 32
+## Finally, you can toggle whitespace converting with this
+# set wsconvert
+
@@ -93,7 +93,7 @@ diff -ur work.orig/nano-1.2.2/rcfile.c work/nano-1.2.2/rcfile.c
#endif
#ifndef NANO_SMALL
{"noconvert", NO_CONVERT},
-+ {"wsconvert", WS_CONVERT},
++/* {"wsconvert", WS_CONVERT},*/
#endif
{"nofollow", NOFOLLOW_SYMLINKS},
{"nohelp", NO_HELP},