vimwiki

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

commit 72bbb1b74024573039462a418637bde3de73ee5e
parent 7699967a99923d097391571fd1364d18134f4fb6
Author: Daniel Quomsieh <DQuomsieh@gmail.com>
Date:   Fri, 31 Aug 2018 16:05:42 +0300

fixed writing error

Diffstat:
Mdoc/vimwiki.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -707,7 +707,7 @@ Vimwiki file. *:VimwikiGoto* Goto link provided by an argument. For example: > :VimwikiGoto HelloWorld -< opens opens/creates HelloWorld wiki page. +< opens/creates HelloWorld wiki page. Supports |cmdline-completion| for link name.