Skip to content

Tags: tims-SP/hop.nvim

Tags

v1.3.0

Toggle v1.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.3.0

- Fix :HopChar2CurrentLine* commands.
- Add cross/multi window support. Those introduce new commands.
- Add :checkhealth support.
- Fix bug with the new set_extmark API (implicit nil -> 0 conversion).
- Fix Neovim version check (we now check for 0.5 strictly).

v1.2.0

Toggle v1.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.2.0

- Allow not to provide `indirect_jump_targets` in jump targets
  generators. This will default to using `jump_targets` in order.
- Fix for Hop extension plugins when not providing an `opts`.
- Various documentation enhancements.

v1.1.1

Toggle v1.1.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.1.1

- Fix diagnostics for the new `vim.diagnostic` feature. Currently only
  enabled for people using Neovim v0.6.
- Support displaying hint labels as uppercase. This doesn’t change
  anything to the actual key you have to press on your keyboard; it is
  just a visual help.
- Support falling back to 1-char mode when pressing a special key in
  2-char mode. That key is optional and configured in the user
  configuration.

v1.1.0

Toggle v1.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.1.0

- Add support for inclusive and exclusive jumps. This allows people to
  implements equivalent of `f`, `F`, `t` and `T`. This work by using the
  `inclusive_jump` configuration. `:h hop-config-inclusive_jump`.
- Add support for callbacks in jumps. This is available via a new
  `hint_with_callback` entry point. The already existing `hint_with`
  function still uses the internal jump mechanism.

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hadronized#180 from phaazon/revert-179-revert-157-…

…fix/hide-diagnostics

Revert "Revert "fix: diagnostics not greyed out on neovim nightly""

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request hadronized#179 from phaazon/revert-157-fix/hide-di…

…agnostics

Revert "fix: diagnostics not greyed out on neovim nightly"

v1.0.4

Toggle v1.0.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.0.4

- Hide and unhide diagnostics when hopping around on nvim-0.6+.
- Fix case-sensitivity when a pattern starts with a space.

v1.0.3

Toggle v1.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.0.3

- Jumping on a sole occurrence now also sets the jump list.

v1.0.2

Toggle v1.0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Hop v1.0.2.

The :HopCharCurrentLine1 was mispelled and was fixed to the correct
:HopChar1CurrentLine.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
hadronized Dimitri Sabadie
Forgot to update the help page timestamp :].