A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/edi/input_handlers/keyboard.rs')
| -rw-r--r-- | src/edi/input_handlers/keyboard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edi/input_handlers/keyboard.rs b/src/edi/input_handlers/keyboard.rs index 1fc1f00..9a22457 100644 --- a/src/edi/input_handlers/keyboard.rs +++ b/src/edi/input_handlers/keyboard.rs @@ -321,7 +321,7 @@ impl Editor { Some(Do::NavForward) => self.nav_forward(), Some( Do::Reinsert - | Do::GoToDefinition + | Do::GoToDefinition(_) | Do::MoveCursor | Do::ExtendSelectionToMouse | Do::Hover |