diff options
author | Blaž Hrastnik | 2021-06-20 14:40:48 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-20 14:40:48 +0000 |
commit | eaf259f8aa57c170e0f3268c837bbb25b934bf80 (patch) | |
tree | 37264c650ec489ae9c69ebd2a61536b49dc247fa /helix-term/src/commands.rs | |
parent | f41688d960ef89c29c4a51c872b8406fb8f81a85 (diff) |
Fix build..
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 8b6e2d88..bcf946b7 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, |