Skip to content

Commit

Permalink
Update the link to ideajoin examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 1, 2021
1 parent de159d6 commit fd0d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/maddyhome/idea/vim/group/NotificationService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class NotificationService(private val project: Project?) {
val IDEAVIM_STICKY_GROUP = NotificationGroup("ideavim-sticky", NotificationDisplayType.STICKY_BALLOON, false)
const val IDEAVIM_NOTIFICATION_ID = "ideavim"
const val IDEAVIM_NOTIFICATION_TITLE = "IdeaVim"
const val ideajoinExamplesUrl = "https://github.com/JetBrains/ideavim/wiki/%60ideajoin%60-examples"
const val ideajoinExamplesUrl = "https://jb.gg/f9zji9"

private fun createIdeaVimRcManually(message: String, project: Project?) {
val notification = Notification(IDEAVIM_NOTIFICATION_ID, IDEAVIM_NOTIFICATION_TITLE, message, NotificationType.WARNING)
Expand Down

0 comments on commit fd0d010

Please sign in to comment.