Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix panic on ctrl-w empty document | Ivan Tham | 2021-06-08 |
| | |||
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init * wip * wip * fix unicode break * fix unicode break * Update helix-core/src/transaction.rs Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> * clippy * fix * add changes * added test * wip * wip * wip * wip * fix * fix view * fix #88 Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> | ||
* | Add test for prev word | Ivan Tham | 2021-06-06 |
| | |||
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
It seemed to panic when I pressed too many times, but that is from lsp side. |