Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lippfi committed Jun 3, 2024
1 parent 943cd83 commit 05f285c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public class VimProcessGroupStub : VimProcessGroupBase() {
vimLogger<ExecutionContextManagerStub>().warn("VimProcessGroupStub is used. Please replace it with your own implementation of VimProcessGroup.")
}

override val lastCommand: String
get() = TODO("Not yet implemented")
override var lastCommand: String? = null
override var isCommandProcessing: Boolean = false
override var modeBeforeCommandProcessing: Mode? = null

Expand Down

0 comments on commit 05f285c

Please sign in to comment.