mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 10:34:10 +02:00
Prepare to 0.67 release
This commit is contained in:
parent
ecd3b90300
commit
7c06243d54
4
.teamcity/_Self/Constants.kt
vendored
4
.teamcity/_Self/Constants.kt
vendored
@ -5,6 +5,6 @@ object Constants {
|
||||
const val EAP = "eap"
|
||||
const val DEV = "Dev"
|
||||
|
||||
const val VERSION = "0.66"
|
||||
const val DEV_VERSION = "0.67"
|
||||
const val VERSION = "0.67"
|
||||
const val DEV_VERSION = "0.68"
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ It is important to distinguish EAP from traditional pre-release software.
|
||||
Please note that the quality of EAP versions may at times be way below even
|
||||
usual beta standards.
|
||||
|
||||
## To Be Released
|
||||
## 0.67, 2021-05-20
|
||||
|
||||
### Features:
|
||||
* Support `sethandler` command to configure shortcuts conflicts via `~/.ideavimrc` file. See [docs](https://jb.gg/vim-sethandler).
|
||||
|
@ -98,7 +98,7 @@ Here are some examples of supported vim features and commands:
|
||||
* ReplaceWithRegister
|
||||
* vim-exchange
|
||||
* vim-highlightedyank
|
||||
* vim-paragraph-motion [To Be Released]
|
||||
* vim-paragraph-motion
|
||||
|
||||
See also:
|
||||
|
||||
|
@ -10,6 +10,14 @@
|
||||
<li>Support <code>vim-paragraph-motion</code> extension <a href="https://youtrack.jetbrains.com/issue/VIM-2290">VIM-2290</a> |
|
||||
<a href="https://github.com/dbakker/vim-paragraph-motion">vim-paragraph-motion</a>
|
||||
</li>
|
||||
<li>Add "Reset Handlers" button for "Conflicting Shortcuts" setting table
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Changes:</h3>
|
||||
<ul>
|
||||
<li>Rename "Vim Emulation" in settings to "Vim"
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Fixes:</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user