mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:50:04 +08:00
Fix: add the missing parameter '...' (#2695)
This commit is contained in:
parent
724c73a8cf
commit
0950b4f29a
@ -147,7 +147,7 @@ function! SpaceVim#mapping#vertical_split_previous_buffer(...) abort
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#mapping#close_current_buffer() abort
|
||||
function! SpaceVim#mapping#close_current_buffer(...) abort
|
||||
let buffers = get(g:, '_spacevim_list_buffers', [])
|
||||
let bn = bufnr('%')
|
||||
let f = ''
|
||||
|
Loading…
Reference in New Issue
Block a user