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:
parent
e9991167e7
commit
674b97f1ac
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue