mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
update CHANGES.md
This commit is contained in:
parent
1afea1b650
commit
7ab1c6c7ad
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
- The `read` command now has a default limit of 10 MiB. If a line is longer than that it will fail with $status set to 122 and the var will be empty. You can set a different limit by setting the FISH_READ_BYTE_LIMIT variable.
|
||||
- The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855).
|
||||
- fish now supports "bracketed paste". Note that this is more of a security measure, the `fish_clipboard_paste` function (bound to \cv by default) still has a few advantages.
|
||||
- Fish is now more forgiving of missing or invalid $TERM values (#3850).
|
||||
- The `functions --metadata --verbose` output now includes the function description (#597).
|
||||
- Completions for `helm` added (#3829).
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue