From f3bd9209dcea1c26082e487431400998e5652a93 Mon Sep 17 00:00:00 2001 From: tianci li Date: Fri, 12 Aug 2022 16:22:55 +0800 Subject: [PATCH] Content added --- docs/books/admin_guide/05-vi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index 5b3105c90b..b5a6f940ae 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -423,6 +423,8 @@ Example: `/W*d` +**Note:** If you want to ignore case (temporary) when matching strings, Please type the `:set ic`. + ### Replace a string From the 1st to the last line of the text, replace the searched string by the specified string: