Merge branch 'master' of https://github.com/luizribeiro/bclose.vim into luizribeiro-master

This commit is contained in:
Rasmus Bang Grouleff 2018-04-12 09:59:41 +02:00
commit 42f74a8c68

View File

@ -70,3 +70,6 @@ function! s:Bclose(bang, buffer)
execute wcurrent.'wincmd w'
endfunction
command! -bang -complete=buffer -nargs=? Bclose call <SID>Bclose('<bang>', '<args>')
if !g:no_plugin_maps
nnoremap <silent> <Leader>bd :Bclose<CR>
endif