Fix regression bug: Normalize paths if settings changed after startup
Fix #171
This commit is contained in:
parent
7124a9be97
commit
3eb20a6c98
@ -1284,6 +1284,7 @@ function! vimwiki#base#goto_index(wnum, ...) "{{{
|
||||
echom "--- Goto_index g:curr_idx=".g:vimwiki_current_idx." ww_idx=".idx.""
|
||||
endif
|
||||
|
||||
call Validate_wiki_options(idx)
|
||||
call vimwiki#base#edit_file(cmd,
|
||||
\ VimwikiGet('path', idx).VimwikiGet('index', idx).
|
||||
\ VimwikiGet('ext', idx),
|
||||
|
Loading…
Reference in New Issue
Block a user