aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-09-04 19:57:58 +0000
committerDmitry Sharshakov2021-09-04 19:57:58 +0000
commit1befbd076c0d182d7b6d9a6198054551d5ba34da (patch)
tree83bb72291e171061fa9c77b93196789dc6261e0d /helix-term/src/ui/editor.rs
parente36fc57fff8b7e13a8a7eec9eb5b188efc44371d (diff)
Add command for editing breakpoint condition
Diffstat (limited to 'helix-term/src/ui/editor.rs')
-rw-r--r--helix-term/src/ui/editor.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs
index a41a7d64..4681f400 100644
--- a/helix-term/src/ui/editor.rs
+++ b/helix-term/src/ui/editor.rs
@@ -795,6 +795,7 @@ impl EditorView {
);
}
},
+ None,
)
}