Keybindings and invocation fix (#2186)

This commit is contained in:
Jonathan Turner
2020-07-15 19:51:59 +12:00
committed by GitHub
parent 7c0a830d84
commit 72f6513d2a
5 changed files with 442 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ mod evaluate;
mod format;
mod futures;
mod git;
mod keybinding;
mod path;
mod shell;
mod stream;