VimwikiGoto: Support wiki pages with spaces (#1128)

This commit is contained in:
Steven Stallion
2021-05-20 14:50:10 -05:00
committed by GitHub
parent 1f77b7e6f6
commit 8fef79bcbd
4 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ command! -buffer -nargs=* VimwikiSearch call vimwiki#base#search(<q-args>)
command! -buffer -nargs=* VWS call vimwiki#base#search(<q-args>)
command! -buffer -nargs=* -complete=customlist,vimwiki#base#complete_links_escaped
\ VimwikiGoto call vimwiki#base#goto(<f-args>)
\ VimwikiGoto call vimwiki#base#goto(<q-args>)
command! -buffer -range VimwikiCheckLinks call vimwiki#base#check_links(<range>, <line1>, <line2>)