comparison src/version.c @ 16497:ac4e38fbae9d v8.1.1252

patch 8.1.1252: not all mapping completion is tested commit https://github.com/vim/vim/commit/1776a28e9c7fd0236927f14e9df807e524b30721 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 16:05:41 2019 +0200 patch 8.1.1252: not all mapping completion is tested Problem: Not all mapping completion is tested. Solution: Add a few more mapping completion tests.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 16:15:05 +0200
parents 899db156cce3
children 0f0de1fb70a2
comparison
equal deleted inserted replaced
16496:7dabb1711e1d 16497:ac4e38fbae9d
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1252,
770 /**/ 772 /**/
771 1251, 773 1251,
772 /**/ 774 /**/
773 1250, 775 1250,
774 /**/ 776 /**/