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

@ -452,6 +452,8 @@ call s:default('map_prefix', '<Leader>w')
call s:default('current_idx', 0)
call s:default('auto_chdir', 0)
" Scheme regexes should be defined even if syntax file is not loaded yet
" cause users should be able to <leader>w<leader>w without opening any
" vimwiki file first