mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
mention string repeat
in the change log
This commit is contained in:
parent
085a9b9267
commit
516e989464
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
- 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 `string` command now supports a `repeat` subcommand with the obvious behavior (#3864).
|
||||
- The `functions --metadata --verbose` output now includes the function description (#597).
|
||||
- Completions for `helm` added (#3829).
|
||||
|
||||
|
|
Loading…
Reference in a new issue