From 6c4d02423777ffe34c25c27572af3a0dc26b8f96 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 22 Jan 2024 08:40:21 -0700 Subject: [PATCH] TYPO --- crates/gpui/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/src/window.rs b/crates/gpui/src/window.rs index 2cf27fc1cd01d0dea07aef1999d78b14c5bc6357..5c6c06819637c81ef7293ad86b7079af76cedef6 100644 --- a/crates/gpui/src/window.rs +++ b/crates/gpui/src/window.rs @@ -1186,7 +1186,7 @@ impl<'a> WindowContext<'a> { currently_pending.bindings.push(binding); } - // for vim compatibility, we also shoul check "is input handler enabled" + // for vim compatibility, we also should check "is input handler enabled" if !currently_pending.text.is_empty() || !currently_pending.bindings.is_empty() { currently_pending.timer = Some(self.spawn(|mut cx| async move { cx.background_executor.timer(Duration::from_secs(1)).await;