From 7ae02bb4e6c53fa30b45c0c06bba609d036266c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 6 Apr 2020 08:34:24 +0200 Subject: [PATCH] Remove unnecessary echom idx cruft This was introduced in 3396e87db for debugging and probably forgotten. --- autoload/vimwiki/base.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/vimwiki/base.vim b/autoload/vimwiki/base.vim index 793ff07..6711181 100644 --- 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