Created
September 16, 2012 23:11
-
-
Save j-v/3734788 to your computer and use it in GitHub Desktop.
Vim command to run external commands asynchronously (Windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Cmd command to run external commands asynchronously (Windows) | |
" e.g. :Cmd python -m unittests discover | |
command -nargs=+ Cmd :!start cmd /c <q-args> & pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment