Fixed misprint in comments; corrected completion to escape filenames properly; add documentation.

This commit is contained in:
Ivan Tishchenko
2014-11-10 23:04:06 +03:00
parent f7df798b25
commit 6b9edefecc
3 changed files with 20 additions and 2 deletions

View File

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