diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 25b897aa9..65459d256 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,7 @@ Changed - Pasting multiple lines via `:paste` now opens each line in a new tab. - `:navigate increment/decrement` now preserves leading zeroes in URLs. +- `general -> editor` can now also handle `{}` inside another argument (e.g. to open `vim` via `termite`) Fixed ~~~~~