aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* refactor(options): remove fileformat macrosFamiu Haque2024-11-05
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq2024-09-27
* vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)zeertzjq2024-09-23
* feat(diff): do not try external when out of memoryLewis Russell2024-08-15
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* docs: misc (#29622)dundargoc2024-07-15
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* vim-patch:9.1.0183: Wrong display or screenpos() result when toggling diff mo...zeertzjq2024-03-16
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: the long goodbyedundargoc2023-11-05
* docs: small fixes (#25585)dundargoc2023-10-29
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung2023-08-12
* refactor: remove longdundargoc2023-07-03
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:8.1.2094: the fileio.c file is too big Lewis Russell2023-04-19
* fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung2023-03-11