Changelog fix for #12821

This commit is contained in:
Peter Ammon
2026-06-20 12:49:13 -07:00
parent fab397e754
commit d62df6ecbc

View File

@@ -14,6 +14,7 @@ Interactive improvements
- :doc:`bind <cmds/bind>` shows the file where bindings were defined (:issue:`12504`).
- Abbreviations with ``--position=anywhere`` can now be completed in argument position, not just in command position (:issue:`12630`).
- Path component movement (:kbd:`ctrl-w`) skips escaped characters.
- Completions no longer offer repeated short options (:issue:`12821`).
Other improvements
------------------