remove automatic RCE :P

This commit is contained in:
Tim Schubert 2022-07-28 14:18:39 +02:00
parent 674b97f1ac
commit d3c1c378a7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

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