aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/diff.lua
Commit message (Collapse)AuthorAge
* test: refactor exec_lua in xdiff_specLewis Russell2024-09-30
|
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
| | | | | | | | | | | | | | | Problem: Linematch used to use strchr to navigate a string, however strchr does not supoprt embedded NULs. Solution: Use `mmfile_t` instead of `char *` in linematch and introduce `strnchr()`. Also remove heap allocations from `matching_char_iwhite()` Fixes: #30505
* fix: lua annotationsLewis Russell2024-04-26
|
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
|
* fix: luacheckLewis Russell2023-07-17
|
* docs(lua): move function docs to lua filesLewis Russell2023-07-17