diff --git a/CHANGELOG.md b/CHANGELOG.md index b13307ca4f0..92753bc7ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ - Fixed misbehavior when selecting from bottom to top with shift+click ([@lqqyt2423](https://github.com/lqqyt2423)). - Fixed `@@` when used in a different editor ([@J-Fields](https://github.com/J-Fields)). - Fixed race condition in the `c` operator and a few other actions when `vim.autoSwitchInputMethod` is enabled ([@listenerri](https://github.com/listenerri)). +- Fixed `when` clause for provided `` key bind to enable it being remapped ([@grosssoftware](https://github.com/grosssoftware)). +- Fixed `:sp[lit] [file]` ([@fernando-gap](https://github.com/fernando-gap)). +- Fixed `` key bind which was blocking menu navigation in VS Code's find dialog ([@devrelm](https://github.com/devrelm)). +- Fixed VSCode's auto-surround functionality in Insert mode ([@Elliot-Roberts](https://github.com/Elliot-Roberts)). +- Fixed `` and `` not respecting `[count]` ([@rpuhalovich](https://github.com/rpuhalovich)). ## [v1.25.2](https://github.com/vscodevim/vim/tree/v1.25.2) (2023-03-01)