vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit c08a9f8c7147c3bb1d30d803d62526914634fc71
parent 7c5935b9ba1b903775e24f84740cfeb37961ebcd
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Wed, 16 May 2018 20:14:36 +0200

Add a note to the doc on how to use :VWS case insensitively

Fix #480

Diffstat:
Mdoc/vimwiki.txt | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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