When using :tab-prev/:tab-next (or :tab-focus which uses :tab-next internally) immediately after the last tab, those functions could be called with 0 tabs open, which caused a ZeroDivisionError when trying to do % 0. Fixes #1448. |
||
---|---|---|
.. | ||
helpers | ||
html | ||
integration | ||
unit | ||
conftest.py | ||
test_conftest.py |