aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
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
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
27config 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
27config CONFIG_VI 36config CONFIG_VI
28 bool "vi" 37 bool "vi"
29 default n 38 default n