summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/diff.c
AgeCommit message (Expand)AuthorFiles
2024-09-30fix(diff): use mmfile_t in linematchLewis Russell1
2024-07-15docs: misc (#29714)github-actions[bot]1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-16vim-patch:9.1.0183: Wrong display or screenpos() result when toggling diff mo...zeertzjq1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-10refactor(options): remove `OPT_FREE` (#26963)Famiu Haque1
2023-12-30refactor: follow style guidedundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-29docs: small fixes (#25585)dundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-10-01vim-patch:9.0.1958: cannot complete option valueszeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-08-12fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung1
2023-07-03refactor: remove longdundargoc1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-04-26refactor: uncrustifydundargoc1
2023-04-19vim-patch:8.1.2094: the fileio.c file is too big Lewis Russell1
2023-03-11fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung1
2023-02-27fix(diff): adjust extmarks after diffput/diffget (#22440)Jaehwang Jung1
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1
2023-01-05fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq1
2022-12-26vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq1
2022-12-02fix(diff): fix a crash in diff mode with linematch enabled (#21070)Jonathon1
2022-12-02feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq1
2022-12-01fix: clang warnings (#21247)zeertzjq1