mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
CHANGELOG: remove items fixed in 3.2.2
This commit is contained in:
parent
32438faf86
commit
0efa471339
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ Scripting improvements
|
|||
Interactive improvements
|
||||
-------------------------
|
||||
- When there are multiple completion candidates, fish inserts their shared prefix. This prefix was computed in a case-insensitive way, resulting in wrong case in the completion pager. This was fixed by only inserting prefixes with matching case (:issue:`7744`).
|
||||
- Arguments longer than 1024 characters no longer trigger excessive CPU usage on Mac (:issue:`7837`).
|
||||
- Commands entered before the previous command finishes will now be properly syntax highlighted.
|
||||
- fish now automatically creates ``config.fish`` and the configuration directories in ``$XDG_CONFIG_HOME/fish`` (by default ``~/.config/fish``) if they do not already exist (:issue:`7402`).
|
||||
- ``__fish_prepend_sudo`` now toggles sudo even when it took the commandline from history instead of only adding it.
|
||||
|
|
Loading…
Reference in a new issue