From e39bd211d1579bfafa1774f6915af5725041781e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 1 Oct 2020 12:23:07 +0900 Subject: argh -> clap to speed up compilation (no syn/proc_macro) --- helix-core/src/state.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'helix-core') 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) } -- cgit v1.2.3-70-g09d2