comparison src/version.c @ 18346:5b12fd0c39c3 v8.1.2167

patch 8.1.2167: mapping test fails on MS-Windows Commit: https://github.com/vim/vim/commit/2559a47823a6a7827631f2e6a0176d7afce2721c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 23:33:12 2019 +0200 patch 8.1.2167: mapping test fails on MS-Windows Problem: Mapping test fails on MS-Windows. Solution: Remove all the existing Insert-mode mappings.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 23:45:03 +0200
parents 69db186daf4c
children 9ea364ccf216
comparison
equal deleted inserted replaced
18345:36a844120cd6 18346:5b12fd0c39c3
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2167,
756 /**/ 758 /**/
757 2166, 759 2166,
758 /**/ 760 /**/
759 2165, 761 2165,
760 /**/ 762 /**/