| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
| |
Zero-width matches at the start of the file make no sense to us.
|
| |
|
| |
|
| |
|
|
|
|
| |
account.
|
|
|
|
|
|
|
|
|
| |
Can't do it via a scm query nicely because it returns an iterator over
all the matches, whereas we want to traverse the tree ourselves.
Can't extract the pattern data from a parsed query either.
Oh well, toml files for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
From:
{|}
To:
{
|
}
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The default handler is now simply a fallback.
|
| |
|
| |
|
|
|
|
|
| |
Still need to implement the clangd encoding negotiation, but it's
a start. Should also manually override to utf8 for pyls.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
.clamp(min, max) requires that min < max. In some cases
first + scrolloff > last - scrolloff and we would panic.
|
| |
|
| |
|
|
|
|
|
| |
I initially preferred only moving the cursor, but selecting the whole
word is a lot nicer for things like wd (instead of vwd).
|
| |
|