Fix a Sphinx warning
Some checks are pending
make fish_run_tests / ubuntu (push) Waiting to run
make fish_run_tests / ubuntu-32bit-static-pcre2 (push) Waiting to run
make fish_run_tests / ubuntu-asan (push) Waiting to run
make fish_run_tests / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run

This commit is contained in:
Peter Ammon 2025-03-08 10:53:06 -08:00
parent 2ecd0d011b
commit ad0feab86c
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ Interactive improvements
- The history search now preserves ordering between :kbd:`ctrl-s` forward and :kbd:`ctrl-r` backward searches.
- Left mouse click now can select pager items.
- Instead of flashing all the text to the left of the cursor, fish now flashes the matched token during history token search, the completed token during completion (:issue:`11050`), the autosuggestion when deleting it, and the full command line in all other cases.
- Pasted commands are now stripped of any ``$ `` prefix.
- Pasted commands are now stripped of any ``$`` prefix.
New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^