Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Nov 18, 2023
1 parent 468182d commit ff3654c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ff3654c

Please sign in to comment.