From f0d49d3ca4535a8c22a4ca4038e889560723ec74 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 7 Apr 2021 18:05:59 +0900 Subject: hack: make queries load relative to source dir for now. We want to provide a runtime dir later on. --- helix-term/src/ui/editor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 67f5cf84..726d0d95 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -233,7 +233,7 @@ impl EditorView { // TODO: render also if only one of the ranges is in viewport let mut start = view.screen_coords_at_pos(doc, text, selection.anchor); let mut end = view.screen_coords_at_pos(doc, text, selection.head); - + let head = end; if selection.head < selection.anchor { @@ -282,7 +282,7 @@ impl EditorView { selection_style, ); } - + // cursor if let Some(head) = head { surface.set_style( -- cgit v1.2.3-70-g09d2