Skip to content

Instantly share code, notes, and snippets.

@renanivo
Created November 1, 2012 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renanivo/3996750 to your computer and use it in GitHub Desktop.
Save renanivo/3996750 to your computer and use it in GitHub Desktop.
example of auto test with MakeGreen
let g:makegreen_stay_on_file = 1 " do not jump to the test file on errors
autocmd BufNewFile,BufRead *.py compiler nose
autocmd BufWritePost *.py MakeGreen -c nose.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment