-
Change: remove
0
/1
,+
/-
and>
/<
from plugin defaults (thanks to @kiryph, #12). -
Fix incorrect jump in fallback mapping (after any visual change).
-
Support repeat of fallback mapping.
-
Enhance fallback mapping behavior on multi-line selection (thanks to @kiryph, #11).
-
Fix generating unnecessary messages during internal yanking.
- Defer group initialization to improve Vim startup time (thanks to @fourjay, #10).
-
No longer reset
b:cycle_groups
when filetype change. -
Deprecate
cycle#reset_b_groups_by_filetype
function since we no longer useb:cycle_groups
to hold filetype-specified groups.
-
Fix misleading doc about default value of
hard_case
andmatch_case
(#4). -
Fix
sub_pair
does not find item case-sensitively whenmatch_case
is set.
- Add
match_word
group option, restrict item matching only on whole word.
- Stable release.