Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/action.rs')
-rw-r--r--helix-view/src/action.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/action.rs b/helix-view/src/action.rs
index b9659dad..d294cefe 100644
--- a/helix-view/src/action.rs
+++ b/helix-view/src/action.rs
@@ -214,6 +214,7 @@ impl Editor {
}
.boxed()
})
+ .chain(self.spelling_actions())
.collect();
if futures.is_empty() {