aboutsummaryrefslogtreecommitdiff
path: root/src/xdiff
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.
* refactor: remove PVS comment on top of filesDundar Göc2021-10-01
| | | | | The xdiff directory is excluded from the PVS report so the comment isn't required.
* ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21
|
* vim-patch:8.2.3437: compiler warnings for 32/64 bit usagezeertzjq2021-09-19
| | | | | | Problem: Compiler warnings for 32/64 bit usage. Solution: Add type casts. (Mike Williams, closes vim/vim#8870) https://github.com/vim/vim/commit/f5785cf0592626ec17676e814d3ba58f5123bcda
* build: move src/nvim/xdiff to src/xdiffChristian Clason2021-09-08
Closes #11239