SaveAndExecute() - add silent to bdelete mapping

This commit is contained in:
ManjaroOne666 2018-03-30 23:44:47 +01:00
commit 527a8b44fa

View file

@ -178,7 +178,7 @@ function! SaveAndExecute(ex_command) abort
setlocal norelativenumber
setlocal showbreak=""
nnoremap <buffer> q :bdelete<CR>
nnoremap <silent> <buffer> q :bdelete<CR>
" clear the buffer
setlocal noreadonly