helix/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.
2021-06-24 18:25:56 +09:00
..
ui Fix picker item width overflow 2021-06-24 12:00:08 +09:00
application.rs minor: Remove old TODOs 2021-06-22 23:26:34 +09:00
args.rs Separate helix-term as a library 2021-06-07 21:35:31 +08:00
commands.rs Fix open-new-line command for CRLF, as well as other bugs. 2021-06-24 18:25:56 +09:00
compositor.rs Add progress spinners to status line 2021-06-21 12:59:06 +09:00
config.rs Fix lsp config deserialization case 2021-06-24 10:04:18 +09:00
keymap.rs Rename surround to match_mode 2021-06-22 14:27:51 +09:00
lib.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
main.rs minor: Remove old TODOs 2021-06-22 23:26:34 +09:00