Merge branch 'luizribeiro-master'
This commit is contained in:
commit
af3f06ca21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user