aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-01 03:23:07 +0000
committerBlaž Hrastnik2020-10-01 03:25:03 +0000
commite39bd211d1579bfafa1774f6915af5725041781e (patch)
tree258a92098896a3e903da6b27a076388e2a6a0fb6 /helix-core
parent1da0be0aa045a4acd0246d82bf6214f8ec651476 (diff)
argh -> clap to speed up compilation (no syn/proc_macro)
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/state.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index aa377091..c17e9c90 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -244,8 +244,6 @@ impl State {
skip_over_next(slice, &mut pos, |ch| ch.is_ascii_punctuation());
}
- // TODO: stops on spaces
-
pos.saturating_sub(1)
}