vimwiki

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

commit c6564119b06a965b9fec1d9035be89cd78d93419
parent ee38764480b904854ddbc6ecf77dde493bfc95b7
Author: Tinmarino <tinmarino@gmail.com>
Date:   Thu, 14 May 2020 00:17:31 -0400

Doc: g:vimwiki_auto_chdir, emphasis __root__ wiki path

and not current file path as Issue #802

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

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -3239,13 +3239,13 @@ The default is '<Leader>w'. ------------------------------------------------------------------------------ *g:vimwiki_auto_chdir* -When set to 1, enables auto-cd feature. Whenever Vimwiki page is opened, -Vimwiki performs an |:lcd| to the Vimwiki folder to where the page belongs. +When set to 1, enables auto-cd feature. Whenever Vimwiki page is opened, +Vimwiki performs an |:lcd| to the root Vimwiki folder of the pages's wiki. Value Description~ 0 Do not change directory. -1 Change directory to Vimwiki folder on opening page. +1 Change directory to root Vimwiki folder on opening page. Default: 0