diff options
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 |