aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-01 03:06:16 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-01 03:06:16 +0000
commitaa5a602689265a4351c890efe5d8e7793e777e3c (patch)
treee253699e7d4abbccc47e387e09ef1c2c6d4716c4 /editors/Config.in
parente6ba16f830bf2524b39e3e1b7c8157808921f95d (diff)
downloadbusybox-w32-aa5a602689265a4351c890efe5d8e7793e777e3c.tar.gz
busybox-w32-aa5a602689265a4351c890efe5d8e7793e777e3c.tar.bz2
busybox-w32-aa5a602689265a4351c890efe5d8e7793e777e3c.zip
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.in22
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
36config 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
45config 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
58config CONFIG_VI 36config CONFIG_VI
59 bool "vi" 37 bool "vi"
60 default n 38 default n