4 lines
159 B
VimL
4 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!'
|