1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-08 06:32:52 +01:00

Update changelog

This commit is contained in:
Alex Plate 2023-03-09 13:58:42 +00:00
parent 72be9845fa
commit 31d37c218a

View File

@ -45,6 +45,7 @@ usual beta standards.
* [VIM-1735](https://youtrack.jetbrains.com/issue/VIM-1735) Fix enabling mulple carets after line selection
* [VIM-2881](https://youtrack.jetbrains.com/issue/VIM-2881) ReplaceRegister does no longer worker with MultiCursor
* [VIM-2244](https://youtrack.jetbrains.com/issue/VIM-2244) nnoremap mapping doesn't work correctly
* [VIM-2885](https://youtrack.jetbrains.com/issue/VIM-2885) "v:searchforward" does't work for IdeaVim
### Merged PRs:
* [589](https://github.com/JetBrains/ideavim/pull/589) by [Matt Ellis](https://github.com/citizenmatt): Refactor option usage and introduce accessor API