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-plus/helix-term/src
Nathan Vegdahl 8935e7a879 Fix open-new-line command for CRLF, as well as other bugs.
Fixes #363.

I set out to fix issue #363, but after fixing it discovered some
other things were wrong with the command while testing.  In
summary:
- #363 was because it was still assuming a line ending width
  of 1 char in its indexing calculations, even when actually
  inserting CRLF.
- Aside from #363, it actually needed to set `line_end_index`
  to zero for *all* calculations that use it when line == 0,
  but it was only doing so for a single calculation.
3 years ago
..
ui Fix picker item width overflow 3 years ago
application.rs minor: Remove old TODOs 3 years ago
args.rs Separate helix-term as a library 3 years ago
commands.rs Fix open-new-line command for CRLF, as well as other bugs. 3 years ago
compositor.rs Add progress spinners to status line 3 years ago
config.rs Fix lsp config deserialization case 3 years ago
keymap.rs Rename surround to match_mode 3 years ago
lib.rs Replace `Editor::current` by a macro 3 years ago
main.rs minor: Remove old TODOs 3 years ago