Add :VimwikiGoto key maping

This commit is contained in:
Steven Stallion
2019-04-15 18:35:44 -05:00
parent 4106cb7bc7
commit ad4d43abfe
3 changed files with 14 additions and 3 deletions

View File

@ -419,7 +419,7 @@ endfunction
function! vimwiki#base#goto(...)
let key = a:1
let key = a:0 > 0 ? a:1 : input('Enter name: ')
let anchor = a:0 > 1 ? a:2 : ''
call vimwiki#base#edit_file(':e',