aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0502: internal diff fails when diffing a context diffAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0497: :%diffput changes order of linesAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0458: ml_get error and crash when using "do"Anatolii Sakhnik2018-12-09
* vim-patch:8.1.0402: the DiffUpdate event isn't triggered for :diffputAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0400: using freed memory with :diffgetAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0397: no event triggered after updating diffsAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0395: compiler warning on 64-bit MS-WindowsAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0394: diffs are not always updated correctlyAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0393: not all white space difference options availableAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0375: cannot use diff mode with Cygwin diff.exeAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* vim-patch:8.0.1361: some users don't want to diff with hidden buffersJan Edmund Lazo2018-08-11
* diff: drop enc_utf8 check in diff_equal_char()Jan Edmund Lazo2018-08-11
* vim-patch:8.0.1046: code duplication in diff modeJan Edmund Lazo2018-08-11
* vim-patch:8.0.1037: "icase" of 'diffopt' is not used for highlightingJan Edmund Lazo2018-08-11
* fold: add const to hasFoldingWin() variablesJan Edmund Lazo2018-08-02
* diff: refactor diff_a_works to use TriStateJan Edmund Lazo2018-08-01
* API: Implement buffer updatesPeter Hodge2018-05-23
* diff: Fix PVS/V547: remove no longer needed OOM handlerZyX2018-04-10
* vim-patch:8.0.0736: OptionSet not triggered when entering diff modeJustin M. Keyes2018-02-11
* exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)Justin M. Keyes2018-02-07
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipesJustin M. Keyes2018-01-28
* vim-patch:8.0.0444: diffpatch fails when the file name has a quoteJustin M. Keyes2018-01-21
* vim-patch:8.0.0442: patch shell command not well escapedJustin M. Keyes2018-01-21
* vim-patch:8.0.0599: diff mode is insufficiently testedJustin M. Keyes2018-01-21
* Vim-patch 8.0.0300 (#7258)KunMing Xie2017-09-11
* vim-patch:8.0.0044ckelsel2017-08-16
* bufhl: fix moveBjörn Linse2017-06-24