diff --git a/CHANGELOG.md b/CHANGELOG.md index c227ca450e9..1796c85088d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ - Allow `:sp[lit]` and `:vs[plit]` to open non-existing files ([@JLMSC](https://github.com/JLMSC)). - Support changing case via `:s[ubstitute]` with `\L`, `\U`, `\E`, `\u`, and `\l` ([@J-Fields](https://github.com/J-Fields)). +- Add border to search and `:s[ubstitute]` decorations, based on the `editor.findMatchBorder` and `editor.findMatchHighlightBorder` ThemeColors ([@bryclee](https://github.com/bryclee)). + +### Fixed + +- Make `gf` interpret non-absolute paths as relative to project root ([@Foo-x](https://github.com/Foo-x)). +- Fix `gf` with a line number after the path ([@Foo-x](https://github.com/Foo-x)). +- Fix status bar color in VisualLine mode ([@chandradeepdey](https://github.com/chandradeepdey)). ## [v1.26.2](https://github.com/vscodevim/vim/tree/v1.26.2) (2023-10-21)