From eaf259f8aa57c170e0f3268c837bbb25b934bf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 20 Jun 2021 23:40:48 +0900 Subject: [PATCH] Fix build.. --- helix-term/src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 8b6e2d883..bcf946b78 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -185,7 +185,6 @@ impl Command { search_next, extend_search_next, search_selection, - select_line, extend_line, delete_selection, change_selection,