Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Tags: hadronized/hop.nvim

Tags

v2.0.3

Toggle v2.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 v2.0.3

- Fix quitting in commands using `multi_windows = true` when a float is
  present.
- Fix broken matching when magic chars are included in `opts.keys`.
- Support motion with count, as in `2dw`.
- Fix incorrect behavior in multi-byte chars.
- Link `HopPreview` to `IncSearch` by default. Colorschemes can still
  override that (no change for them).
- Cleanup some regexes by computing them once.
- Lazy import all the modules.

v2.0.2

Toggle v2.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 v2.0.2

- Fix “col value outside range” error, which occurred when trying to hop
  at the very beginning or very last of a line / empty line with some
  special combination of options.
- Make <ctrl-c> equivalent to <esc> in HopPattern prompt.
- Support <nl> and <ctrl-h> in HopPattern prompt.
- Fix pending operation column increment so that we can correctly use f
  / t and F / T in operator-pending modes.

v2.0.1

Toggle v2.0.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 v2.0.1

- Remove inclusive_jump from the default configuration.
- Remove inclusive_jump from the documentation.

v2.0.0

Toggle v2.0.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 v2.0.0

- Fix documentation.
- Add a new option to select hint position in a match (`:h hop-config-hint_position` and `:h hop.hint.HintPosition`).
- Fix folded lines when applying hints. Hints won’t be created in a folded region anymore, allowing to get better key chords around the screen when folded lines are present.
- Disable multi-windows when in visual mode.
- Enhanced unicode support regarding position. A regression was introduced here and will be fixed in an incoming patch.
- Fix `:checkhealth` API support (update to upstream changes).
- Add support to offset a jump by a given amount of display cell (`:h hop-config-hint_offset`). That deprecates `inclusive_jump`.
- Fix dimming when using a _before cursor_ command while `virtualedit` is on.
- Add previewing support for `HopPattern`. There is nothing to do from the user perspective, it’s always enabled.
- Add `HopVertical`, a command similar to `HopLine` and `HopLineStart`, but that will try to jump at the same column as the current cursor column position.
- Simplify the README and introduce the wiki <https://github.com/phaazon/hop.nvim/wiki>.

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 #180 from phaazon/revert-179-revert-157-fix/hide-d…

…iagnostics

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 #179 from phaazon/revert-157-fix/hide-diagnostics

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