aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/markdown.rs
diff options
context:
space:
mode:
authorwojciechkepka2021-06-20 04:13:44 +0000
committerBlaž Hrastnik2021-06-20 10:59:26 +0000
commit980e6023523119676652b49692eb5f844d84d703 (patch)
tree75eade8169722bfaec5e419270d91fe3bc651c7d /helix-term/src/ui/markdown.rs
parent34ebe8265468df755598dde2ec79c249b581ba97 (diff)
Make completion window move to top when cursor is below half
Diffstat (limited to 'helix-term/src/ui/markdown.rs')
-rw-r--r--helix-term/src/ui/markdown.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/ui/markdown.rs b/helix-term/src/ui/markdown.rs
index 91086f7b..75e2f4b4 100644
--- a/helix-term/src/ui/markdown.rs
+++ b/helix-term/src/ui/markdown.rs
@@ -162,7 +162,6 @@ fn parse<'a>(
}
}
Event::Code(text) | Event::Html(text) => {
- log::warn!("code {:?}", text);
let mut span = to_span(text);
span.style = code_style;
spans.push(span);