SaveAndExecute() - add silent to bdelete mapping
This commit is contained in:
parent
0b5b97042a
commit
527a8b44fa
|
@ -178,7 +178,7 @@ function! SaveAndExecute(ex_command) abort
|
||||||
setlocal norelativenumber
|
setlocal norelativenumber
|
||||||
setlocal showbreak=""
|
setlocal showbreak=""
|
||||||
|
|
||||||
nnoremap <buffer> q :bdelete<CR>
|
nnoremap <silent> <buffer> q :bdelete<CR>
|
||||||
|
|
||||||
" clear the buffer
|
" clear the buffer
|
||||||
setlocal noreadonly
|
setlocal noreadonly
|
||||||
|
|
Loading…
Reference in New Issue