comparison src/version.c @ 14982:d56f14540dda v8.1.0502

patch 8.1.0502: internal diff fails when diffing a context diff commit https://github.com/vim/vim/commit/f080d70a82f3a4477f346d9efcdfaec1bc1e1d58 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 31 22:57:26 2018 +0100 patch 8.1.0502: internal diff fails when diffing a context diff Problem: Internal diff fails when diffing a context diff. (Hirohito Higashi) Solution: Only use callback calls with one line. (closes https://github.com/vim/vim/issues/3581)
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Oct 2018 23:00:08 +0100
parents c98810dfebaf
children 28fde4aa8534
comparison
equal deleted inserted replaced
14981:1c12ef803c7d 14982:d56f14540dda
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 502,
795 /**/ 797 /**/
796 501, 798 501,
797 /**/ 799 /**/
798 500, 800 500,
799 /**/ 801 /**/