forked from VsVim/VsVim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Greatly fixed up ICommandRunner and the infrastructure work is nearly…
… complete
- Loading branch information
Showing
10 changed files
with
422 additions
and
511 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 1,5 @@ | ||
Make sure that ; and , work as motions (repeat last char search) | ||
Rename IMotionCapture -> IMotionBinder | ||
Figure out the action when there is no matching command in normal mode for a key input (Beep, error message, etc ...) | ||
Need to make sure key remapping in operators and such continues to work. Data doesn't apepar to be leaving ICommandRunner::Run | ||
- Fixed it so the KeyRemapMode is used. Still verify |
Large diffs are not rendered by default.
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
Oops, something went wrong.