mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-04 16:34:02 +02:00
Prepare to 0.68 release
This commit is contained in:
parent
fea71903de
commit
8b1839ff1b
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.67"
|
||||
const val DEV_VERSION = "0.68"
|
||||
const val VERSION = "0.68"
|
||||
const val DEV_VERSION = "0.69"
|
||||
}
|
||||
|
@ -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.68, 2021-06-22
|
||||
|
||||
### Features:
|
||||
* Support `:global` and `:vglobal` commands [VIM-831](https://youtrack.jetbrains.com/issue/VIM-831), [VIM-832](https://youtrack.jetbrains.com/issue/VIM-832)
|
||||
|
@ -101,7 +101,7 @@ Here are some examples of supported vim features and commands:
|
||||
* vim-exchange
|
||||
* vim-highlightedyank
|
||||
* vim-paragraph-motion
|
||||
* vim-indent-object [To Be Released]
|
||||
* vim-indent-object
|
||||
|
||||
See also:
|
||||
|
||||
|
2
doc
2
doc
@ -1 +1 @@
|
||||
Subproject commit 435158e648f91b4079fc49fd9a33339d42383047
|
||||
Subproject commit 83aaa9801dddd9ba956e2d5f85534872a69b7f37
|
Loading…
Reference in New Issue
Block a user