alfredodeza / pytest.vim

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

Fix to make zz work even if remapped #6

Closed totte closed 12 years ago

totte commented 12 years ago

If zz has been remapped by the user oddities will ensue, adding "!" like this: "execute 'normal! zz'" remedies it.