| Commit message (Collapse) | Author | Age |
|
|
|
| |
helix-term/src/ui/editor.rs:275:29
This would happen when the window-size was to small to display the entire width and one would start jumping forwards with f<some_char> and the beginning of the highlighted area would end up outside of the window
|
|
|
|
|
|
|
| |
* init
* wip
* wip
|
| |
|
|
|
|
|
|
| |
When the matching pair is out of bounds it still paints it causing an
out of bound panic. A dirty fix since it still have some issue, at least
it does not panic now.
|
| |
|
| |
|
|
|
|
| |
stripped of Shift modifier
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This way edit -> undo will properly show up as unmodified.
|
|
|
|
|
| |
Still need to implement the clangd encoding negotiation, but it's
a start. Should also manually override to utf8 for pyls.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We want to provide a runtime dir later on.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
independent selects.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|