Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Refactoring: Split out Commands between GlobalCommands/NeovimEditorCommands #1316

Merged
merged 8 commits into from Jan 23, 2018

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 18, 2018

In preparation for having multiple NeovimEditor/OniEditor instances, this change addresses one blocker - today, the NeovimEditor is responsible for registering most of the commands we have - even ones that are global or not editor specific. Having multiple instances means they both register for commands, so it's problematic. This splits out commands such that editor specific ones are moved to NeovimEditorCommands.

@bryphe bryphe mentioned this pull request Jan 22, 2018
6 tasks
@bryphe bryphe merged commit 5109cd6 into master Jan 23, 2018
@bryphe bryphe deleted the bryphe/refactor/global-commands branch January 23, 2018 17:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant