You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Rose Hogenson c7fc362a47 Handle single-line comment prefixes in :reflow.
I changed :reflow to use the DocumentFormatter object instead of the
textwrap crate. This allows using the same logic for soft wrap as
for :reflow. Because the logic is the same as for soft wrap, we end up
preserving all existing newlines, so it's more like "wrap" than reflow,
but I think this behavior makes sense anyway to avoid extraneous diffs.

Fixes #3332, #3622
2 months ago
..
src Handle single-line comment prefixes in :reflow. 2 months ago
tests Handle single-line comment prefixes in :reflow. 2 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group with 4 updates (#11669) 3 months ago
build.rs chore: clean up clippy lints (#11377) 4 months ago