mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Update changelog with the paste changes
This commit is contained in:
parent
99e87dded3
commit
29429874b3
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
- The `string` command now supports a `repeat` subcommand with the obvious behavior (#3864).
|
- The `string` command now supports a `repeat` subcommand with the obvious behavior (#3864).
|
||||||
- The `functions --metadata --verbose` output now includes the function description (#597).
|
- The `functions --metadata --verbose` output now includes the function description (#597).
|
||||||
- Completions for `helm` added (#3829).
|
- Completions for `helm` added (#3829).
|
||||||
|
- Support for bracketed paste (#3871). This is unconditionally enabled since support seems to be ubiquitous.
|
||||||
|
- When the current token has an open single-quote (`'`), fish will now escape any `'` and `\` in pasted text so that it can be used as a single token. Note that this requires either bracketed paste or use of the special `fish_clipboard_paste` function (bound to \cv by default).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue