aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/ui/editor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs
index ec5687bd..7a2a07ed 100644
--- a/helix-term/src/ui/editor.rs
+++ b/helix-term/src/ui/editor.rs
@@ -825,8 +825,6 @@ impl Component for EditorView {
if let Some((pos, id)) = result {
let doc = &mut editor.documents[editor.tree.get(id).doc];
- let jump = (doc.id(), doc.selection(id).clone());
- editor.tree.get_mut(id).jumps.push(jump);
if modifiers == crossterm::event::KeyModifiers::ALT {
let selection = doc.selection(id).clone();