aboutsummaryrefslogtreecommitdiff
path: root/src/xdiff/xdiff.h
Commit message (Collapse)AuthorAge
* refactor: the long goodbyedundargoc2023-11-05
| | | | | | long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types.
* refactor: the long goodbyedundargoc2023-10-09
| | | | | | long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types.
* build: move src/nvim/xdiff to src/xdiffChristian Clason2021-09-08
Closes #11239