% invokes matchit. {count}% goes to {count}th percentage in the buffer. After %, {count}; should repeat % {count} times. Currently, {count}; repeats by going to buffer percentage (technically ok, but not expected). Maybe repeat using repeat('%', {count}) (although this can be awful with large count).
%
invokes matchit.{count}%
goes to {count}th percentage in the buffer. After%
,{count};
should repeat%
{count} times. Currently,{count};
repeats by going to buffer percentage (technically ok, but not expected). Maybe repeat usingrepeat('%', {count})
(although this can be awful with large count).