Releases: folke/flash.nvim
Releases · folke/flash.nvim
v1.16.0
v1.15.0
v1.14.0
1.14.0 (2023-07-05)
Features
- char: added optional multi_line=false for ftFT motions. See #102 (2f92418)
- char: option for behavior of ;, and char repeats. Closes #124 (97eba7d)
- search: allow finding current (6659a94)
- state: added optional
filter
for matches by non-search matcher. See #118 (780ad57) - treesitter: added
node:TSNode
to tsFlash.Match.TS
(1cbaff4)
Bug Fixes
v1.13.2
v1.13.1
v1.13.0
v1.12.0
v1.11.0
1.11.0 (2023-06-29)
Features
- char: hide flash when doing an ftFT search while yanking. Closes #6 (feda1d5)
- char: optional jump labels for ftFT searches (d2ad5e0)
- char: support alternative f/F/t/T/;/, keymaps (fix #96) (#99) (c0c006a)
- label: added
opts.label.format
for formatting rendered labels. Closes #84 (2d3e7b9) - labeler: allow excluding certain labels with a specific case (6b255d3)
- pos: Pos can now be initialized with window or current window cursor (7a05cd5)
- search: you can now
toggle
flash while using regular search (e761182) - state: custom char actions (4f44bb4)
Bug Fixes
- hacks: make sure to render the cursor before getchar (2b328d1)
- highlight: never put an extmark on the current cursor position (8434130)
- highlight: use current hl if pos == label pos (56531ee)
- jump: replace opfunc by noop to properly cancel custom operators. Fixes #93 (40b2bcb)
- jump: temporarily set selection=inclusive. Closes #81 (5c9505a)
- labeler: fixed label distance calculation (1d941de)
- labeler: put original pattern in a
\%()
group. Fixes some skip label issues (6102a7c) - labeler: skip all labels on invalid regex. Fixes #94 (1fff746)
- remote: use nvim_input instead of nvim_feedkeys for clearing op mode (c90eae5)
- search: correctly set match end pos for multi byte characters. Fixes #90 (0193d52)
- treesitter: ignore windows without ts parser. Fixes #91 (13022c0)
v1.10.1
1.10.1 (2023-06-27)
Bug Fixes
- highlight: apply after labels and then before (4439fca)
- highlight: correctly order after labels at the same column (b096797)
- highlight: make sure col is not negative with label.before = true (cbce7f9)
- prompt: never show the prompt when in regular search (51149ba)
- rainbow: stable rainbow label highlight groups (937df4f)