mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-10-08 19:26:56 +02:00

1. `rawText` vs `text` is confusing and `rawText` was misused, we do not need this field in IdeaVim at all 2. `rawText` and `keys` are the same thing, just parsed. And for some reason, rawText was a nullable field 3. Register is an immutable class now 4. Working with Register class is easier and more compact now