From e95fc104ec60f5499ea69d2b7ae78a809eb8081e Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 17 Jun 2024 06:36:28 +0800 Subject: [PATCH] CHANGELOG #830 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b208f22c8..06dc9cf60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -131,7 +131,7 @@ Interactive improvements ------------------------ - When using :kbd:`ctrl-x` on Wayland in the VSCode terminal, the clipboard is no longer cleared on :kbd:`ctrl-c`. - Command-specific tab completions may now offer results whose first character is a period. For example, it is now possible to tab-complete ``git add`` for files with leading periods. The default file completions hide these files, unless the token itself has a leading period (:issue:`3707`). -- Option completion now uses fuzzy subsequence filtering, just like non-option completion. +- Option completion now uses fuzzy subsequence filtering, just like non-option completion (:issue:`830`). This means that ``--fb`` may be completed to ``--foobar`` if there is no better match. - Completions that insert an entire token now use quotes instead of backslashes to escape special characters (:issue:`5433`). - Historically, file name completions are provided after the last ``:`` or ``=`` within a token.