mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 10:34:10 +02:00
Add a note about the octopus handler description
This commit is contained in:
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() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user