diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-01 03:06:16 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-01 03:06:16 +0000 |
commit | 98450521145e963ff3036feb954aadef1d3d3813 (patch) | |
tree | e253699e7d4abbccc47e387e09ef1c2c6d4716c4 /editors/Config.in | |
parent | aaa01deb98105d78c4ecd3bc194914b454f40a67 (diff) | |
download | busybox-w32-98450521145e963ff3036feb954aadef1d3d3813.tar.gz busybox-w32-98450521145e963ff3036feb954aadef1d3d3813.tar.bz2 busybox-w32-98450521145e963ff3036feb954aadef1d3d3813.zip |
Patch by Rob Landley, work in progress update, fixes lots of bugs,
introduces a few others (but they are being worked on)
git-svn-id: svn://busybox.net/trunk/busybox@7583 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 bced12cb1..b491c2416 100644 --- a/editors/Config.in +++ b/editors/Config.in | |||
@@ -33,28 +33,6 @@ config CONFIG_SED | |||
33 | sed is used to perform text transformations on a file | 33 | sed is used to perform text transformations on a file |
34 | or input from a pipeline. | 34 | or input from a pipeline. |
35 | 35 | ||
36 | config CONFIG_FEATURE_SED_EMBEDED_NEWLINE | ||
37 | bool " Embeded newline (EXPERIMENTAL)" | ||
38 | default n | ||
39 | depends on CONFIG_SED | ||
40 | help | ||
41 | This is a hack to allow matching of '\n' in regular expressions. | ||
42 | It works by translating '\n' to "\n" and back. | ||
43 | It may introduce unexpected results if you use "\n" in your text. | ||
44 | |||
45 | config CONFIG_FEATURE_SED_GNU_COMPATABILITY | ||
46 | bool " Behave consistent with GNU sed" | ||
47 | default y | ||
48 | depends on CONFIG_SED | ||
49 | help | ||
50 | Where GNU sed doesnt follow the posix standard, do as GNU sed does. | ||
51 | Current difference are in | ||
52 | - N command with odd number of lines (see GNU sed info page) | ||
53 | - Blanks before substitution flags eg. | ||
54 | GNU sed interprets 's/a/b/ g' as 's/a/b/g' | ||
55 | Standard says 's/a/b/ g' should be 's/a/b/;g' | ||
56 | - GNU sed allows blanks between a '!' and the function. | ||
57 | |||
58 | config CONFIG_VI | 36 | config CONFIG_VI |
59 | bool "vi" | 37 | bool "vi" |
60 | default n | 38 | default n |