summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/diff.c
AgeCommit message (Expand)AuthorFiles
2019-10-06Remove dead codeJan Edmund Lazo1
2019-10-06vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo1
2019-09-13getdigits: introduce `strict`, `def` parametersJustin M. Keyes1
2019-08-07includesDaniel Hahler1
2019-07-27vim-patch:8.1.0956: context:0 in 'diffopt' #10622Jan Edmund Lazo1
2019-07-25cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes1
2019-05-25vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes1
2019-01-18PVS/V501: diff.c: silence warningJustin M. Keyes1
2019-01-05PVS/V501: diff.c: silence warningJustin M. Keyes1
2019-01-04PVS/V547: diff.c: xmalloc() never returns NULLJustin M. Keyes1
2019-01-04PVS/V547: diff.c: Expression is always trueJustin M. Keyes1
2019-01-04PVS/V501: diff.c: silence warningJustin M. Keyes1
2018-12-09vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrongAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0513: no error for set diffopt+=algorithm:Anatolii Sakhnik1
2018-12-09vim-patch:8.1.0502: internal diff fails when diffing a context diffAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0497: :%diffput changes order of linesAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0458: ml_get error and crash when using "do"Anatolii Sakhnik1
2018-12-09vim-patch:8.1.0402: the DiffUpdate event isn't triggered for :diffputAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0400: using freed memory with :diffgetAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0397: no event triggered after updating diffsAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0395: compiler warning on 64-bit MS-WindowsAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0394: diffs are not always updated correctlyAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0393: not all white space difference options availableAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0375: cannot use diff mode with Cygwin diff.exeAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik1
2018-08-16Remove has_mbyte from lines near changes in parent commitZviRackover1
2018-08-15Remove occurences of mb_head_offZviRackover1
2018-08-11vim-patch:8.0.1361: some users don't want to diff with hidden buffersJan Edmund Lazo1
2018-08-11diff: drop enc_utf8 check in diff_equal_char()Jan Edmund Lazo1
2018-08-11vim-patch:8.0.1046: code duplication in diff modeJan Edmund Lazo1
2018-08-11vim-patch:8.0.1037: "icase" of 'diffopt' is not used for highlightingJan Edmund Lazo1
2018-08-02fold: add const to hasFoldingWin() variablesJan Edmund Lazo1
2018-08-01diff: refactor diff_a_works to use TriStateJan Edmund Lazo1
2018-05-23API: Implement buffer updatesPeter Hodge1
2018-04-10diff: Fix PVS/V547: remove no longer needed OOM handlerZyX1
2018-02-11vim-patch:8.0.0736: OptionSet not triggered when entering diff modeJustin M. Keyes1
2018-02-07exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)Justin M. Keyes1
2018-01-30vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie1
2018-01-28ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipesJustin M. Keyes1
2018-01-21vim-patch:8.0.0444: diffpatch fails when the file name has a quoteJustin M. Keyes1
2018-01-21vim-patch:8.0.0442: patch shell command not well escapedJustin M. Keyes1
2018-01-21vim-patch:8.0.0599: diff mode is insufficiently testedJustin M. Keyes1
2017-09-11Vim-patch 8.0.0300 (#7258)KunMing Xie1
2017-08-16vim-patch:8.0.0044ckelsel1
2017-06-24bufhl: fix moveBjörn Linse1
2017-04-19*: Add comment to all C filesZyX1
2017-04-16diff: Silence -V519ZyX1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX1
2017-03-11vim-patch:7.4.2135lonerover1
2017-02-09vim-patch:7.4.2279lonerover1