Feature: Add wiki page to buffer list using badd (#1185)
Co-authored-by: Tinmarino <tinmarino@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ecce184493
commit
ee31d45553
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user