comparison src/version.c @ 10070:09c7df6f8dd3 v7.4.2306

commit https://github.com/vim/vim/commit/da9ce2cde11ddd0e16cdfbab6d4ac4e8110218e1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 19:34:10 2016 +0200 patch 7.4.2306 Problem: Default value for 'langremap' is wrong. Solution: Set the right value. (J?rgen Kr?mer) Add a test.
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 19:45:08 +0200
parents c577c6a2e88b
children c104f09ae2f4
comparison
equal deleted inserted replaced
10069:3f5f6113de35 10070:09c7df6f8dd3
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 2306,
766 /**/ 768 /**/
767 2305, 769 2305,
768 /**/ 770 /**/
769 2304, 771 2304,
770 /**/ 772 /**/