Remove unnecessary echom idx cruft
This was introduced in 3396e87db
for debugging and probably forgotten.
This commit is contained in:
parent
78a41b79c6
commit
7ae02bb4e6
@ -1404,7 +1404,6 @@ function! vimwiki#base#goto_index(wnum, ...) abort
|
|||||||
" if wnum = 0 the current wiki is used
|
" if wnum = 0 the current wiki is used
|
||||||
if a:wnum == 0
|
if a:wnum == 0
|
||||||
let idx = vimwiki#vars#get_bufferlocal('wiki_nr')
|
let idx = vimwiki#vars#get_bufferlocal('wiki_nr')
|
||||||
echom idx
|
|
||||||
if idx < 0 " not in a wiki
|
if idx < 0 " not in a wiki
|
||||||
let idx = 0
|
let idx = 0
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user