Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Temporarily turn on unicode-lines | Blaž Hrastnik | 2022-03-17 |
| | | | | Ropey's non-unicode lines impl has some bugs still | ||
* | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
| | | | Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Document more of helix-core (#904) | Kirawi | 2021-10-25 |
| | |||
* | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
| | | | | Also some general cleanup and some minor fixes along the way. | ||
* | Address PR comments. | Nathan Vegdahl | 2021-06-15 |
- Move char functions into their own module under helix_core. - Use matches!() macro where appropriate. - Use a static lifetime on indent_unit() now that we can. |