diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-01-04 09:48:52 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-01-04 09:48:52 +1100 |
| commit | fe12bb45121eecec53cfd0175e988b214181593f (patch) | |
| tree | d995ff305ef5258b00386b3c9c1da32339a6e13a | |
| parent | 49d1d4666db55978129a963b4b0eac86f43a3bef (diff) | |
Add a changelog entry for shell expansion trailing newline change
| -rw-r--r-- | doc/pages/changelog.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index ce3baa31..075c0b14 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,6 +5,9 @@ released versions. == Development version +* Shell expansions only trim the last trailing newline instead of all of + them to make is possible to losslessly pass text through `%sh{...}`. + * `set-option -remove` support for subtracting/removing from option values * Menu completions such as command name completion are now auto-inserted on |
