From 1befbd076c0d182d7b6d9a6198054551d5ba34da Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sat, 4 Sep 2021 22:57:58 +0300 Subject: Add command for editing breakpoint condition --- helix-term/src/ui/editor.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src/ui/editor.rs') 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, ) } -- cgit v1.2.3-70-g09d2