summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/xdiff.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-12refactor(lua): rename vim.diff => vim.text.diff #34864Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-30fix(diff): use mmfile_t in linematchLewis Russell1
2024-08-29 fix(build): issues with s390x CIbfredl1
2024-02-13refactor(lua): use a keyset for vim.diff opts parsingbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-04feat(vim.diff): allow passing an integer for linematchLewis Russell1
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-05fix(vim.diff): fix fastforward off-by-1 (#20937)Lewis Russell1
2022-11-04fix(vim.diff): correctly apply hunk offsets with linematch (#20931)Lewis Russell1
2022-11-04fix(diff): remove size_t underflow (#20929)Lewis Russell1
2022-11-04Enable new diff option linematch (#14537)Jonathon1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-03-09chore(lgtm): fix "empty block without comment" warningsDundar Göc1
2022-02-05fix(diff): make algorithm work for vim.diff (#17300)Lewis Russell1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-10-19refactor: remove space after starDundar Göc1
2021-10-01refactor: update path to xdiff in commentsDundar Göc1
2021-09-25refactor: format with uncrustify #15778dundargoc1
2021-09-21ci(PVS): PVS/V009: add required header #15751dundargoc1
2021-09-19refactor: format with uncrustify #15722dundargoc1
2021-09-08vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason1
2021-08-22feat(api): add lua C bindings for xdiff (#14536)Lewis Russell1