1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-15 02:17:05 +02:00

Add a note about the octopus handler description

This commit is contained in:
Alex Plate
2025-02-28 17:38:20 +02:00
parent 692e4434d1
commit dbc626c794

@@ -69,6 +69,8 @@ internal class CaretShapeEnterEditorHandler(private val nextHandler: EditorActio
/** /**
* This handler doesn't work in tests for ex commands * This handler doesn't work in tests for ex commands
*
* About this handler: VIM-2974
*/ */
internal abstract class OctopusHandler(private val nextHandler: EditorActionHandler?) : EditorActionHandler() { internal abstract class OctopusHandler(private val nextHandler: EditorActionHandler?) : EditorActionHandler() {