1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-10-08 19:26:56 +02:00
Files
IntelliJ-IdeaVim/vim-engine
Filipp Vakhitov f1f86b5cd2 Simplify Register class
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
2024-11-22 17:15:07 +02:00
..
2024-11-22 17:15:07 +02:00
2022-12-02 12:03:58 +02:00