aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* 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
* *: Add comment to all C filesZyX2017-04-19
* diff: Silence -V519ZyX2017-04-16
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* vim-patch:7.4.2135lonerover2017-03-11
* vim-patch:7.4.2279lonerover2017-02-09
* vim-patch:7.4.2275lonerover2017-02-07
* vim-patch:7.4.2024Marco Hinz2017-02-04
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* quickfix.c: enable -WconversionCharles Joachim2016-03-10
* diff.c: change return type to boolCharles Joachim2016-02-15
* Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.810Jurica Bradaric2016-02-02
* | vim-patch:7.4.768Jurica Bradaric2016-02-09
|/
* vim patches 7.4.955/974/975/989. #3919Michael Ennen2016-01-13
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Remove char_u: vim_setenv()Mark Bainter2015-04-18
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Merge pull request #1729 from fwalch/vim-7.4.490Justin M. Keyes2015-01-19
|\
| * vim-patch:7.4.490Florian Walch2015-01-04