Merge branch 'luizribeiro-master'

This commit is contained in:
Rasmus Bang Grouleff 2018-04-12 10:00:15 +02:00
commit af3f06ca21

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