-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change switches from Register/Registers from helix-core to the new registers types introduced in the parent commits. This is an unfortunately noisy change: we need to update virtually all callsites that access the registers. We need to move Registers out of the Editor type to make this work: Registers taking '&mut self' and Editor parameters ('&' or '&mut') causes a borrowing conflict if Registers is part of Editor. We move Registers up to the Context types to resolve this.
- Loading branch information
1 parent
2b3b29d
commit 8e5d159
Showing
10 changed files
with
90 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.