mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-08 18:40:37 +02:00
Fix tests
This commit is contained in:
parent
d43b2364a0
commit
bd5e7d94fe
@ -30,8 +30,9 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
* This document provides insert/overwrite mode
|
||||
* Note that PlainDocument will remove CRs from text for single line text fields
|
||||
*/
|
||||
public class ExDocument extends DefaultStyledDocument {
|
||||
public class ExDocument extends PlainDocument {
|
||||
/**
|
||||
* Toggles the insert/overwrite state
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user