On glibc systems (and potentially others), busybox vi supports regex search if FEATURE_VI_REGEX_SEARCH is enabled.
Signed-off-by: Jonathan Neuschäfer <[email protected]> --- editors/vi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/editors/vi.c b/editors/vi.c index c4256af51..024a78aa4 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -9,7 +9,6 @@ * Things To Do: * EXINIT * $HOME/.exrc and ./.exrc - * add magic to search /foo.*bar * add :help command * :map macros * if mark[] values were line numbers rather than pointers -- 2.15.1 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
