diff options
author | Blaž Hrastnik | 2021-03-14 01:04:03 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-14 08:14:34 +0000 |
commit | 1cf887dea93f7aa2184772fa2073751f031c5bf3 (patch) | |
tree | 26756386efff7c8dd07c918a78a7a2c485816698 /helix-term/src/ui | |
parent | 3445abf88e550cce8ff5683f6fe45d7310597fd7 (diff) |
Cleanup: use doc.selection() instead of doc.state.selection().
Diffstat (limited to 'helix-term/src/ui')
-rw-r--r-- | helix-term/src/ui/editor.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 68f25830..abdbb7a3 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -209,7 +209,6 @@ impl EditorView { for selection in view .doc - .state .selection() .ranges() .iter() |