Don't exit if there are no registered wikis
Vimwiki can handle that. Ref #440
This commit is contained in:
parent
b016eab91a
commit
5a00028e6a
@ -1176,11 +1176,6 @@ endfunction " }}}
|
|||||||
|
|
||||||
" vimwiki#base#goto_index
|
" vimwiki#base#goto_index
|
||||||
function! vimwiki#base#goto_index(wnum, ...) "{{{
|
function! vimwiki#base#goto_index(wnum, ...) "{{{
|
||||||
if a:wnum > vimwiki#vars#number_of_wikis()
|
|
||||||
echomsg 'Vimwiki Error: Wiki '.a:wnum.' is not registered in your Vimwiki settings!'
|
|
||||||
return
|
|
||||||
endif
|
|
||||||
|
|
||||||
" usually a:wnum is greater then 0 but with the following command it is == 0:
|
" usually a:wnum is greater then 0 but with the following command it is == 0:
|
||||||
" vim -n -c ":VimwikiIndex"
|
" vim -n -c ":VimwikiIndex"
|
||||||
if a:wnum > 0
|
if a:wnum > 0
|
||||||
|
Loading…
Reference in New Issue
Block a user