Implement auto-chdir option

This commit is contained in:
Ivan Tishchenko
2015-01-24 10:49:20 +03:00
parent 13e76aed2e
commit 0511b51a5f
3 changed files with 19 additions and 0 deletions

View File

@ -2556,6 +2556,19 @@ before the plugin loads. >
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.
Value Description~
0 Do not change directory.
1 Change directory to vimwiki folder on opening page.
Default: 0
==============================================================================
13. Miscellaneous *vimwiki-misc*