aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* 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
* fix(diff): adjust extmarks after diffput/diffget (#22440)Jaehwang Jung2023-02-27
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq2023-01-05
* vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq2022-12-26
* fix(diff): fix a crash in diff mode with linematch enabled (#21070)Jonathon2022-12-02
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* fix: clang warnings (#21247)zeertzjq2022-12-01
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* fix(diff.c): regression in diffgetput (#20843)Lewis Russell2022-10-28
* refactor(diff.c): copy lines via memmoveLewis Russell2022-10-25
* refactor(diff.c): factor out diffblock deletionLewis Russell2022-10-25
* refactor(diff.c): internal does not need diffstyleLewis Russell2022-10-24
* refactor(diff.c): simplify diff_buf_idx()Lewis Russell2022-10-24