diff options
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/src/state.rs | 2 |
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) } |