heavim/cfg/00-silent.vim

4 lines
159 B
VimL
Raw Normal View History

2015-03-02 18:20:55 +01:00
" 'Silent' command, can be used to run stuff silently then redrawing
command! -nargs=* -bang Silent execute ':silent<bang>'.' '.<q-args> | execute ':redraw!'