aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* 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
* refactor: replace char_uDundar Goc2022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* build: add a cmake target for all used linters #18543dundargoc2022-06-09
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29