Merge pull request #113 from t7ko/auto-cd

Option to enable auto-change-dir when opening a wiki index page with <Leader>ww
This commit is contained in:
Ivan
2015-02-04 23:58:04 +03:00
3 changed files with 20 additions and 0 deletions

View File

@ -469,6 +469,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