heavim/cfg/00-silent.vim

3 lines
159 B
VimL

" 'Silent' command, can be used to run stuff silently then redrawing
command! -nargs=* -bang Silent execute ':silent<bang>'.' '.<q-args> | execute ':redraw!'