aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* 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
* refactor(diff.c): factor out hunk processingLewis Russell2022-10-24
* refactor(diff.c): factor out hunk extractionLewis Russell2022-10-24
* refactor(diff.c): allocate hunks directly in ga_arrayLewis Russell2022-10-24
* refactor(diff.c): remove char_u declarationsLewis Russell2022-10-24
* refactor(diff.c): break up ex_diffgetput()Lewis Russell2022-10-23
* refactor(diff.c): reduce scope of variables (#20781)Lewis Russell2022-10-23
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:9.0.0124: code has more indent than neededzeertzjq2022-08-01
* refactor: replace char_u with charDundar Goc2022-07-31
* vim-patch:9.0.0101: invalid memory access in diff mode with "dp" and undo (#1...zeertzjq2022-07-29
* vim-patch:9.0.0026: accessing freed memory with diff put (#19564)zeertzjq2022-07-29
* fix(options): properly free string options (#19510)zeertzjq2022-07-27
* vim-patch:8.2.5164: invalid memory access after diff buffer manipulationszeertzjq2022-07-25
* vim-patch:8.2.5163: crash when deleting buffers in diff modezeertzjq2022-07-25