comparison src/version.c @ 9770:ba98d7ce0d74 v7.4.2160

commit https://github.com/vim/vim/commit/7dc5e2e486fe0287601968e535902a41a39f65bb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 5 22:22:06 2016 +0200 patch 7.4.2160 Problem: setmatches() mixes up values. (Nikolai Pavlov) Solution: Save the string instead of reusing a shared buffer.
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Aug 2016 22:30:07 +0200
parents b31da25b19c4
children 560291211303
comparison
equal deleted inserted replaced
9769:c1c78c065e99 9770:ba98d7ce0d74
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2160,
766 /**/ 768 /**/
767 2159, 769 2159,
768 /**/ 770 /**/
769 2158, 771 2158,
770 /**/ 772 /**/