vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 7ae02bb4e6c53fa30b45c0c06bba609d036266c7
parent 78a41b79c65b3f7293a474bf731408d7b3e9a5ba
Author: Clément Bœsch <u@pkh.me>
Date:   Mon,  6 Apr 2020 08:34:24 +0200

Remove unnecessary echom idx cruft

This was introduced in 3396e87db for debugging and probably forgotten.

Diffstat:
Mautoload/vimwiki/base.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/autoload/vimwiki/base.vim b/autoload/vimwiki/base.vim @@ -1404,7 +1404,6 @@ function! vimwiki#base#goto_index(wnum, ...) abort " if wnum = 0 the current wiki is used if a:wnum == 0 let idx = vimwiki#vars#get_bufferlocal('wiki_nr') - echom idx if idx < 0 " not in a wiki let idx = 0 endif