[PATCH] vi: Remove obsolete comment about regex search

Jonathan Neuschäfer j.neuschaefer at gmx.net
Wed Jan 10 01:00:58 UTC 2018


On glibc systems (and potentially others), busybox vi supports regex search
if FEATURE_VI_REGEX_SEARCH is enabled.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 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



More information about the busybox mailing list