Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
* | Remove libregexp headers | bptato | 2022-12-11 | 1 | -6/+4 |
| | | | | we should be fine..... | ||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -0/+2 |
| | |||||
* | Add search function | bptato | 2022-07-22 | 1 | -0/+19 |
Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. |