vimwiki

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

commit dee6a88929df6d5eb74a677ef3e51dc6d46fd4e2
parent 78a41b79c65b3f7293a474bf731408d7b3e9a5ba
Author: Rane Brown <ranebrown@users.noreply.github.com>
Date:   Mon,  6 Apr 2020 08:50:47 -0600

Merge pull request #850 from ubitux/remove-extra-echom-idx

Remove unecessary echom idx cruft
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