1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-01 22:46:01 +01:00

Update markdown to slack version

This commit is contained in:
Alex Plate 2020-11-03 12:14:58 +03:00
parent 8fe07e7b20
commit cdf7fd8ce6
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 3 additions and 4 deletions

View File

@ -43,8 +43,7 @@ usual beta standards.
### Changes:
* Fix `<Esc>` for dialogs. Now `<Esc>` will exit insert / visual mode and close the dialog from normal mode.
* Add option to disable IdeaVim
in dialogs / single line editors. [VIM-765](https://youtrack.jetbrains.com/issue/VIM-765)
* Add option to disable IdeaVim in dialogs / single line editors. [VIM-765](https://youtrack.jetbrains.com/issue/VIM-765)
Use `set ideaenabledbufs=` to disable IdeaVim in dialog editors.
_Note for EAP users: the option name can be changed for the stable release_

View File

@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.github.AlexPl292:mark-down-to-slack:1.1.0"
classpath "com.github.AlexPl292:mark-down-to-slack:1.1.2"
}
}
@ -118,7 +118,7 @@ tasks.register("slackEapNotification") {
if (!slackUrl) return
def post = new URL(slackUrl).openConnection()
def changeLog = changelog.getUnreleased().toText()
def slackDown = new DownParser(changeLog).toSlack().toString()
def slackDown = new DownParser(changeLog, true).toSlack().toString()
def message = """
{
"text": "New version of IdeaVim",