1
0
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:
Lin Kun 2019-03-24 06:33:48 +08:00 committed by Wang Shidong
parent 724c73a8cf
commit 0950b4f29a

View File

@ -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 = ''