aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung2021-10-28
* vim-patch:8.1.2243: typos in comments (#16104)dundargoc2021-10-20
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
* vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason2021-09-08
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
| * undo: reduce reliance on curbufThomas Vigouroux2021-07-06
| * buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* vim-patch:8.2.2880: unified diff fails if actually usedJan Edmund Lazo2021-05-24
* vim-patch:8.2.2490: 'wrap' option is always reset when starting diff modeJan Edmund Lazo2021-02-10
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* diff.c: fix sprintf callJustin M. Keyes2020-03-03
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* vim-patch:8.1.2289: after :diffsplit closing the window does not disable diffJan Edmund Lazo2019-11-16
* vim-patch:8.1.1922: in diff mode global operations can be very slowJan Edmund Lazo2019-11-16
* nsmarks: initial committimeyyy2019-11-11
* Remove dead codeJan Edmund Lazo2019-10-06
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* includesDaniel Hahler2019-08-07
* vim-patch:8.1.0956: context:0 in 'diffopt' #10622Jan Edmund Lazo2019-07-27
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-18
* PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-05
* PVS/V547: diff.c: xmalloc() never returns NULLJustin M. Keyes2019-01-04
* PVS/V547: diff.c: Expression is always trueJustin M. Keyes2019-01-04
* PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-04
* vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrongAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0513: no error for set diffopt+=algorithm:Anatolii Sakhnik2018-12-09