Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: the long goodbye | dundargoc | 2023-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 goodbye | dundargoc | 2023-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/xdiff | Christian Clason | 2021-09-08 |
Closes #11239 |