1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-07 13:34:02 +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
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

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