From c08a9f8c7147c3bb1d30d803d62526914634fc71 Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Wed, 16 May 2018 20:14:36 +0200 Subject: [PATCH] Add a note to the doc on how to use :VWS case insensitively Fix #480 --- doc/vimwiki.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 8fa39e6..92c0394 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -737,6 +737,11 @@ Vimwiki file. To display next match use |:lnext| command. To display previous match use |:lprevious| command. + Hint: this feature is simply a wrapper around |:lvimgrep|. For a + description of how the pattern can look like, see |:vimgrep|. For example, + to do a case insensitive search, use > + :VWS /\cpattern/ + *:VimwikiBacklinks* *:VWB* Search for wikilinks to the current wiki page in all files of current