Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix panic when moving over unicode punctuation | Benoît CORTIER | 2021-06-07 | |
| | | | | | | | | | | | | `is_ascii_punctuation` will only work for ASCII punctuations, and when we have unicode punctuation (or other) we jump into the `unreachable`. This patch fallback into categorizing everything in this branch as `Unknown`. Fixes https://github.com/helix-editor/helix/issues/123 https://github.com/helix-editor/helix/pull/135: add better support for unicode categories. | |||
* | 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. | |||
* | Add unreachable context | Ivan Tham | 2021-06-05 | |
| | | | Better error for #123 | |||
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 | |
| | | | | | | | * init * wip * wip | |||
* | Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` | Blaž Hrastnik | 2021-06-02 | |
| | ||||
* | Fix panics when triggering w or e on the last char of the line | Blaž Hrastnik | 2021-06-02 | |
| | | | | Closes #32 | |||
* | fix: Don't allow moving past last line, fixes #30, #24 | Blaž Hrastnik | 2021-06-02 | |
| | | | | Off by 1 error | |||
* | Categorize _ as a word char, not punctuation | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Allow moving to EOL byte, also fixes #15 | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Fix selection rendering, it would be off by 1 if reverse. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | clippy lint | Blaž Hrastnik | 2021-04-06 | |
| | ||||
* | w, b, e: Match kakoune's behavior in selecting by default. | Blaž Hrastnik | 2021-04-05 | |
| | | | | | I initially preferred only moving the cursor, but selecting the whole word is a lot nicer for things like wd (instead of vwd). | |||
* | Finish hiding doc.state / State as an implementation detail. | Blaž Hrastnik | 2021-03-18 | |
| | ||||
* | Move things out of state.rs. | Blaž Hrastnik | 2021-03-18 | |