add vim command Silent

Adds a command that executes a subprocess silently and forces a redraw
to avoid display issues.
This commit is contained in:
Tim Schubert 2022-07-28 13:49:04 +02:00
parent e9991167e7
commit 674b97f1ac
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -152,3 +152,6 @@ packloadall
silent! helptags ALL
set omnifunc=ale#completion#OmniFunc
command! -nargs=1 RunBuf execute ':let job = job_start("<args>", {"out_io": "buffer", "out_name": "<args>"})'
autocmd BufWritePost <buffer> RunBuf make