aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-03-30 03:41:53 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-03-30 03:41:53 +0000
commit0c51832b6009b3e7198385254c5e5d4413bb668d (patch)
treefad367f2c25bd86bb55a82394bcf228ed5cb5050 /editors/Config.in
parentb5b5ac32372c19b0776dceec67c9ed876b8616d3 (diff)
downloadbusybox-0c51832b6009b3e7198385254c5e5d4413bb668d.tar.gz
Experimental support for embeded newline. (im evil)
Fix segfault when using 'N' with an odd number of lines.
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 4f2817598..c75267759 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -24,6 +24,15 @@ config CONFIG_SED
help
Please submit a patch to add help text for this item.
+config CONFIG_FEATURE_SED_EMBEDED_NEWLINE
+ bool " Embeded newline (EXPERIMENTAL)"
+ default n
+ depends on CONFIG_SED
+ help
+ This is a hack to allow matching of '\n' in regular expressions.
+ It works by translating '\n' to "\n" and back.
+ It may introduce unexpected results if you use "\n" in your text.
+
config CONFIG_VI
bool "vi"
default n