From ae51065213c4dfc0072c9dfe384527faf34b54ff Mon Sep 17 00:00:00 2001 From: Zheming Li Date: Tue, 8 Jun 2021 03:24:27 +0000 Subject: Support go to line 1 --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/src/editor.rs') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 7af19a9b..3e91921b 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -12,7 +12,7 @@ pub use helix_core::diagnostic::Severity; pub struct Editor { pub tree: Tree, pub documents: SlotMap, - pub count: Option, + pub count: Option, pub register: RegisterSelection, pub theme: Theme, pub language_servers: helix_lsp::Registry, -- cgit v1.2.3-70-g09d2