1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-02 09:59:07 +02:00

Merge branch 'master' into feature/search

This commit is contained in:
Alex Plate 2019-06-20 15:13:15 +03:00 committed by GitHub
commit f9ca77a982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,9 @@ To Be Released
* Added incremental search highlights for `:substitute` command
* Fix exception when trying to highlight last CR in file
* Improve behaviour of `<BS>` in command line entry
* [VIM-1626](https://youtrack.jetbrains.com/issue/VIM-1626) Add `smartjoin` option
* [VIM-959](https://youtrack.jetbrains.com/issue/VIM-1626) Add `idemarks` option
* [VIM-608](https://youtrack.jetbrains.com/issue/VIM-608) Automatic upload files on explicit save
0.51, 2019-02-12
----------------