Skip to content

Instantly share code, notes, and snippets.

@hotoo
Created August 11, 2010 08:15
Show Gist options
  • Select an option

  • Save hotoo/518666 to your computer and use it in GitHub Desktop.

Select an option

Save hotoo/518666 to your computer and use it in GitHub Desktop.
function! vimwiki#wikigoto(key)
call s:edit_file(':e',
\ VimwikiGet('path').
\ a:key.
\ VimwikiGet('ext'))
endfunction
command! -buffer -nargs=1 VimwikiGoto
\ call vimwiki#wikigoto("<args>")
command! -buffer -nargs=1 Vimwikigoto
\ call vimwiki#wikigoto("<args>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment