Feature: Add wiki page to buffer list using badd (#1185)

Co-authored-by: Tinmarino <tinmarino@gmail.com>
This commit is contained in:
Jean-Luc Bastarache
2021-12-18 10:08:54 -05:00
committed by GitHub
parent ecce184493
commit ee31d45553
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -1660,6 +1660,8 @@ function! vimwiki#base#follow_link(split, ...) abort
let cmd = ':split '
elseif a:split ==# 'vsplit'
let cmd = ':vsplit '
elseif a:split ==# 'badd'
let cmd = ':badd '
elseif a:split ==# 'tab'
let cmd = ':tabnew '
else