comparison src/version.c @ 15002:9ae60773dd03 v8.1.0512

patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8 commit https://github.com/vim/vim/commit/389ab7122bec99c11ad4ce6d87cc6f38a21e4e40 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 5 20:25:52 2018 +0100 patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8 Problem: 'helplang' default is inconsistent for C and C.UTF-8. Solution: Don't accept a value unless it starts with two letters.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Nov 2018 20:30:08 +0100
parents 32787e326de2
children 9c2352253376
comparison
equal deleted inserted replaced
15001:9401618259e9 15002:9ae60773dd03
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 512,
795 /**/ 797 /**/
796 511, 798 511,
797 /**/ 799 /**/
798 510, 800 510,
799 /**/ 801 /**/