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 4f28175..c752677 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -24,6 +24,15 @@ config CONFIG_SED help Please submit a patch to add help text for this item. +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_VI bool "vi" default n |