alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 39 forks source link

Fixed issue #8, added an augroup to guard looponfail autocmds #9

Closed pyx closed 12 years ago

pyx commented 12 years ago

Executing au! without a group name will remove all autocmd in current group, which may contain autocmds set by other scripts. An augroup named pytest_loop_autocmd was created to avoid this from happening.

alfredodeza commented 12 years ago

This makes sense, thanks for looking into it.

pyx commented 12 years ago

No a problem. I want to say thank you, too, for this is a nice plugin. Keep up the good work.