busybox: update to version 1.34.0
[openwrt/staging/mkresin.git] / package / utils / busybox / config / editors / Config.in
index 16d08bc0f852054755490b970b8a9d0d7590315e..dc80a4ec0df6f604ab1888f358bcb65fe4604896 100644 (file)
@@ -110,6 +110,14 @@ config BUSYBOX_CONFIG_FEATURE_VI_COLON
        Enable a limited set of colon commands. This does not
        provide an "ex" mode.
 
+config BUSYBOX_CONFIG_FEATURE_VI_COLON_EXPAND
+       bool "Expand \"%\" and \"#\" in colon commands"
+       default BUSYBOX_DEFAULT_FEATURE_VI_COLON_EXPAND
+       depends on BUSYBOX_CONFIG_FEATURE_VI_COLON
+       help
+       Expand the special characters \"%\" (current filename)
+       and \"#\" (alternate filename) in colon commands.
+
 config BUSYBOX_CONFIG_FEATURE_VI_YANKMARK
        bool "Enable yank/put commands and mark cmds"
        default BUSYBOX_DEFAULT_FEATURE_VI_YANKMARK
@@ -126,7 +134,7 @@ config BUSYBOX_CONFIG_FEATURE_VI_SEARCH
 
 config BUSYBOX_CONFIG_FEATURE_VI_REGEX_SEARCH
        bool "Enable regex in search and replace"
-       default BUSYBOX_DEFAULT_FEATURE_VI_REGEX_SEARCH
+       default BUSYBOX_DEFAULT_FEATURE_VI_REGEX_SEARCH   # Uses GNU regex, which may be unavailable. FIXME
        depends on BUSYBOX_CONFIG_FEATURE_VI_SEARCH
        depends on USE_GLIBC
        help
@@ -218,6 +226,14 @@ config BUSYBOX_CONFIG_FEATURE_VI_UNDO_QUEUE_MAX
        Unless you want more (or less) frequent "undo points" while typing,
        you should probably leave this unchanged.
 
+config BUSYBOX_CONFIG_FEATURE_VI_VERBOSE_STATUS
+       bool "Enable verbose status reporting"
+       default BUSYBOX_DEFAULT_FEATURE_VI_VERBOSE_STATUS
+       depends on BUSYBOX_CONFIG_VI
+       help
+       Enable more verbose reporting of the results of yank, change,
+       delete, undo and substitution commands.
+
 config BUSYBOX_CONFIG_FEATURE_ALLOW_EXEC
        bool "Allow vi and awk to execute shell commands"
        default BUSYBOX_DEFAULT_FEATURE_ALLOW_EXEC