Doc: g:vimwiki_auto_chdir, emphasis __root__ wiki path

and not current file path as Issue #802
This commit is contained in:
Tinmarino 2020-05-14 00:17:31 -04:00
parent ee38764480
commit c6564119b0
1 changed files with 3 additions and 3 deletions

View File

@ -3239,13 +3239,13 @@ The default is '<Leader>w'.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:vimwiki_auto_chdir* *g:vimwiki_auto_chdir*
When set to 1, enables auto-cd feature. Whenever Vimwiki page is opened, 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. Vimwiki performs an |:lcd| to the root Vimwiki folder of the pages's wiki.
Value Description~ Value Description~
0 Do not change directory. 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 Default: 0