This PR modifies the :NextUncovered command so that, when it is invoked when the cursor is after the last uncovered block, the cursor moves to the first uncovered block, and similarly for :PrevUncovered. The PR also fixes a typo in the message previously shown when there are no uncovered lines below/above the current line (now only shown when there are no uncovered lines in the whole file, or when at the last/first line of the only uncovered block).
This PR modifies the
:NextUncovered
command so that, when it is invoked when the cursor is after the last uncovered block, the cursor moves to the first uncovered block, and similarly for:PrevUncovered
. The PR also fixes a typo in the message previously shown when there are no uncovered lines below/above the current line (now only shown when there are no uncovered lines in the whole file, or when at the last/first line of the only uncovered block).