| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Problem: Various problems when using Vim on VMS.
Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
|
|
|
|
|
| |
Problem: Compiler warning for signed/unsigned.
Solution: Add type cast. (Mike Williams)
|
|
|
|
|
| |
Problem: Another compiler warning on 64-bit MS-Windows.
Solution: Add type cast. (Mike Williams)
|
|
|
|
|
| |
Problem: Variable declaration not at start of block.
Solution: Fix line ordering.
|
|
|
|
|
| |
Problem: CI build failure.
Solution: Include vim.h as ../vim.h. Fix compiler warning.
|
|
|
|
|
|
| |
Problem: Xdiff doesn't use the Vim memory allocation functions.
Solution: Change the xdl_ defines. Check for out-of-memory. Rename
"ignored" to "vim_ignored".
|
|
|
|
|
| |
Problem: Pieces of the xdiff code are not used.
Solution: Add "#if 0" to omit unused code.
|
|
|
|
|
| |
Problem: Compiler warning in xdiff code. (Yegappan Lakshmanan)
Solution: Initialize directly.
|
|
Problem: Using an external diff program is slow and inflexible.
Solution: Include the xdiff library. (Christian Brabandt, closes #2732)
Use it by default.
|