diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-03-30 03:41:53 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-03-30 03:41:53 +0000 |
commit | 0c51832b6009b3e7198385254c5e5d4413bb668d (patch) | |
tree | fad367f2c25bd86bb55a82394bcf228ed5cb5050 /editors/Config.in | |
parent | b5b5ac32372c19b0776dceec67c9ed876b8616d3 (diff) | |
download | busybox-w32-0c51832b6009b3e7198385254c5e5d4413bb668d.tar.gz busybox-w32-0c51832b6009b3e7198385254c5e5d4413bb668d.tar.bz2 busybox-w32-0c51832b6009b3e7198385254c5e5d4413bb668d.zip |
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.in | 9 |
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 | |||
24 | help | 24 | help |
25 | Please submit a patch to add help text for this item. | 25 | Please submit a patch to add help text for this item. |
26 | 26 | ||
27 | config CONFIG_FEATURE_SED_EMBEDED_NEWLINE | ||
28 | bool " Embeded newline (EXPERIMENTAL)" | ||
29 | default n | ||
30 | depends on CONFIG_SED | ||
31 | help | ||
32 | This is a hack to allow matching of '\n' in regular expressions. | ||
33 | It works by translating '\n' to "\n" and back. | ||
34 | It may introduce unexpected results if you use "\n" in your text. | ||
35 | |||
27 | config CONFIG_VI | 36 | config CONFIG_VI |
28 | bool "vi" | 37 | bool "vi" |
29 | default n | 38 | default n |