From 742b3a709fd7680d77bcda5ae08f2a9539b6a20e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 29 Mar 2021 16:32:42 +0900 Subject: Store intra-files jumps (goto) on the jumplist. --- helix-term/src/ui/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/ui') diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index 8cb82fcb..0e38e598 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -49,7 +49,7 @@ pub fn regex_prompt( doc.set_selection(snapshot.clone()); } PromptEvent::Validate => { - // + // TODO: push_jump to store selection just before jump } PromptEvent::Update => { // skip empty input, TODO: trigger default -- cgit v1.2.3-70-g09d2