mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-01-31 14:46:00 +01:00
18 lines
586 B
Kotlin
18 lines
586 B
Kotlin
package patches.projects
|
|
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.*
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.Project
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
|
|
|
|
/*
|
|
This patch script was generated by TeamCity on settings change in UI.
|
|
To apply the patch, change the root project
|
|
accordingly, and delete the patch script.
|
|
*/
|
|
changeProject(DslContext.projectId) {
|
|
check(description == "Vim engine for IDEs based on the IntelliJ platform") {
|
|
"Unexpected description: '$description'"
|
|
}
|
|
description = "Vim engine for JetBrains IDEs"
|
|
}
|