diff options
author | Blaž Hrastnik | 2021-06-22 14:26:34 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-22 14:26:34 +0000 |
commit | 20f33ead67f5adf895e899945ea569e2c89a4d7f (patch) | |
tree | 15285f8c9d82336669d047d7ace2d32c1a0f88aa /helix-term/src/ui/editor.rs | |
parent | e0fd08d6df93c7a42289ee9859406077c1dbf638 (diff) |
minor: Remove old TODOs
Diffstat (limited to 'helix-term/src/ui/editor.rs')
-rw-r--r-- | helix-term/src/ui/editor.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 44f331ff..4f1b4bca 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -123,8 +123,6 @@ impl EditorView { }; // TODO: range doesn't actually restrict source, just highlight range - // TODO: cache highlight results - // TODO: only recalculate when state.doc is actually modified let highlights: Vec<_> = match doc.syntax() { Some(syntax) => { syntax |