From: Jonathan Neuschäfer <[email protected]>

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]>
---

v2: Rebased on 1.36.0
v1: previous version, submitted in 2018
---
 editors/vi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/editors/vi.c b/editors/vi.c
index 3cc3d2a0b..3dc23b08e 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -8,7 +8,6 @@
 //
 //Things To Do:
 //     ./.exrc
-//     add magic to search     /foo.*bar
 //     add :help command
 //     :map macros
 //     if mark[] values were line numbers rather than pointers
--
2.40.1

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to