vimwiki

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

commit febf716bf5870a2e5318ec5bd6d2307a7e43c6bb
parent bb75ec6debffca00318bcb4753f2143a7f946694
Author: Shafqat Bhuiyan <priomsrb@gmail.com>
Date:   Tue, 13 Dec 2016 10:30:51 +1100

Fix example mapping for decreasing list item level
Diffstat:
Mdoc/vimwiki.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -363,7 +363,7 @@ glh Decrease the level of a list item. gLh Decrease the level of a list item and all child items. To remap: > :map << <Plug>VimwikiDecreaseLvlSingleItem - :map >>> <Plug>VimwikiDecreaseLvlWholeItem + :map <<< <Plug>VimwikiDecreaseLvlWholeItem < *vimwiki_glr* *vimwiki_gLr* glr Renumber list items if the cursor is on a numbered