| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The parent id was never assigned to the split, so removing the container
when it became empty failed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We want to provide a runtime dir later on.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
.clamp(min, max) requires that min < max. In some cases
first + scrolloff > last - scrolloff and we would panic.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It would fail to combine with an empty set.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
I initially preferred only moving the cursor, but selecting the whole
word is a lot nicer for things like wd (instead of vwd).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
independent selects.
|
| |
|
| |
|
| |
|