Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 17:37
· 24 commits to main since this release
v0.9.0
d534f9e

BREAKING CHANGES

  • rename BlinkCmpCompletionMenu* autocmds to BlinkCmpMenu*
  • set default documentation max_width to 80
  • rename align_to_component to align_to, add cursor option

Features

  • add back support for showing when moving onto trigger character (cf9cc6e), closes #780 #745
  • add callback option to cmp.show (33b82e5), closes #806
  • add callback to hide/cancel, rework show callback (73a5f4e), closes #806
  • add type annotation for keymap function params (#829) (3d7e773)
  • escape filenames in cmdline (e53db6a), closes #751
  • nix: use Cargo.lock instead of hash (#773) (d9513ee)
  • nix: use filesets (#772) (e524347)
  • rename align_to_component to align_to, add cursor option (9387c75), closes #344
  • rename BlinkCmpCompletionMenu* autocmds to BlinkCmpMenu* (fa4312c)
  • run callback for cmp.show, even if menu is open (a1476d3)
  • set default documentation max_width to 80 (1a61625)
  • support @ mode for cmdline (4c2744d), closes #696
  • support configuring clipboard register for snippets (8f51a4e), closes #800
  • support unsafe no lock for fuzzy matcher (6f8da35), closes #817
  • support windows drives for path source (98fded2), closes #612
  • use filter text on non-prefixed test in cmdline (8c194b6)

Bug Fixes

  • accept/brackets: respect item.kind when moving cursor (#779) (c54dfbf)
  • add missing regex file for path source (1118d07), closes #834
  • alignment double offset on align_to (24d6868)
  • apply non-snippet detection to non-snippet kinds (434ea2b), closes #790
  • avoid namespace collision with vim.api.keyset.keymap (63718e9), closes #767
  • check enabled before showing trigger and on mapping (e670720), closes #716
  • clamp text edit end character to start character, if lines equal (6891bcb), closes #634
  • create target/release dir, if it doesn't exist (4020c23), closes #819
  • documentation losing syntax highlighting on doc reopen (#768) (ef59763), closes #703
  • don't prevent show() when ghost-text is visible (#796) (59d6b4f)
  • filter help tags by arg prefix (21da714), closes #818
  • flatten leaving empty tables (#799) (021216d)
  • getcmdcompltype returning empty string (eb9e651), closes #696
  • remove redundant is enabled check (f4add54)
  • return incomplete on err/nil from lsp (1ef9bb9), closes #719
  • set default details to empty array (0350fee)
  • trigger context initial_kind resetting (3ef27bc), closes #803
  • use correct regex for filenames (8df826f), closes #761
  • use existing arg prefix for help filtering in cmdline (c593e83)
  • wait for all LSPs to respond before showing (86a13ae), closes #691

New Contributors

Full Changelog: v0.8.2...v0.9.0