Skip to content

Instantly share code, notes, and snippets.

@koyudoon
Created January 30, 2012 19:57
Show Gist options
  • Save koyudoon/1706314 to your computer and use it in GitHub Desktop.
Save koyudoon/1706314 to your computer and use it in GitHub Desktop.
ユーザ定義コマンド「SilSh」:!{cmd} を silent に実行
" ユーザ定義コマンド SilSh
" :!{cmd} を silent に実行
command -nargs=1 -complete=command SilentShell
\ | execute ':silent !'.<q-args> | redraw!
command -nargs=1 -complete=command SilSh
\ | execute ':SilentShell '.<q-args>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment