diff options
author | Glenn L McGrath | 2003-10-01 03:06:16 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-10-01 03:06:16 +0000 |
commit | aa5a602689265a4351c890efe5d8e7793e777e3c (patch) | |
tree | e253699e7d4abbccc47e387e09ef1c2c6d4716c4 /editors/Config.in | |
parent | e6ba16f830bf2524b39e3e1b7c8157808921f95d (diff) | |
download | busybox-aa5a602689265a4351c890efe5d8e7793e777e3c.zip busybox-aa5a602689265a4351c890efe5d8e7793e777e3c.tar.gz |
Patch by Rob Landley, work in progress update, fixes lots of bugs,
introduces a few others (but they are being worked on)
Diffstat (limited to 'editors/Config.in')
-rw-r--r-- | editors/Config.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/Config.in b/editors/Config.in index bced12c..b491c24 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -33,28 +33,6 @@ config CONFIG_SED sed is used to perform text transformations on a file or input from a pipeline. -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_FEATURE_SED_GNU_COMPATABILITY - bool " Behave consistent with GNU sed" - default y - depends on CONFIG_SED - help - Where GNU sed doesnt follow the posix standard, do as GNU sed does. - Current difference are in - - N command with odd number of lines (see GNU sed info page) - - Blanks before substitution flags eg. - GNU sed interprets 's/a/b/ g' as 's/a/b/g' - Standard says 's/a/b/ g' should be 's/a/b/;g' - - GNU sed allows blanks between a '!' and the function. - config CONFIG_VI bool "vi" default n |