| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* separate params with ; (semicolon) instead of , (colon)
* reduce screaming snake case use
* wrap long lines
|
|
|
|
| |
upstream now calls it unicode
|
|
|
|
| |
We have less than 8 flags, so the set's size is 1.
|
|
|
|
|
|
|
| |
I've gotten tired of not being able to search for forward slashes.
Now it works like in vim, and you can also set default ignore case in
the config.
|
|
|
|
| |
much better
|
| |
|
|
|
|
|
|
|
|
| |
cursorBytes uses twidth now.
cursorNextMatch matches the byte *after* the cursor (somewhat more
consistently than before).
match() no longer counts capture groups. LRE_FLAG_GLOBAL now goes
through the entire string.
|
|
|
|
| |
we should be fine.....
|
| |
|
|
Uses libregexp from QuickJS. Incremental search is quite hacky for now,
but overall it seems to work OK.
|