Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(lua): use a keyset for vim.diff opts parsing | bfredl | 2024-02-13 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | feat(test): add Lua forms for API methods (#20152) | Lewis Russell | 2022-11-14 |
| | |||
* | fix(diff): make algorithm work for vim.diff (#17300) | Lewis Russell | 2022-02-05 |
| | | | Fixes #17207 | ||
* | feat(api): add lua C bindings for xdiff (#14536) | Lewis Russell | 2021-08-22 |
* feat(api): add lua C bindings for xdiff * chore: opt.hunk_lines -> opt.result_type opt.on_hunk now takes precedence over opt.result_type * chore: fix indents Fix indents * chore: change how priv is managed Assign priv NULL and unconditionally apply XFREE_CLEAR to it when finished. |