Skip to content

v1.9.30

Latest

Choose a tag to compare

@chrisant996 chrisant996 released this 20 Jul 06:01

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.30

  • Added new Lua API rl.issuggestionlistactive() which returns whether the suggestion list is currently active.
  • Fixed to not show suggestions if the input line contains only space characters.
  • Fixed clink.onfiltermatches() events (regression introduced in v1.9.26).