SaveAndExecute() - add silent to bdelete mapping

This commit is contained in:
ManjaroOne666 2018-03-30 23:44:47 +01:00
parent 0b5b97042a
commit 527a8b44fa
1 changed files with 1 additions and 1 deletions

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