Merge pull request #83 from t7ko/autocompletion

Autocompletion for VimwikiGoto command.
This commit is contained in:
EinfachToll
2014-11-12 09:11:00 +01:00
3 changed files with 30 additions and 3 deletions

View File

@ -283,7 +283,8 @@ exe 'command! -buffer -nargs=* VimwikiSearch lvimgrep <args> '.
exe 'command! -buffer -nargs=* VWS lvimgrep <args> '.
\ escape(VimwikiGet('path').'**/*'.VimwikiGet('ext'), ' ')
command! -buffer -nargs=+ VimwikiGoto call vimwiki#base#goto(<f-args>)
command! -buffer -nargs=+ -complete=custom,vimwiki#base#complete_links_escaped
\ VimwikiGoto call vimwiki#base#goto(<f-args>)
" list commands