comparison src/version.c @ 16403:250420b35b10 v8.1.1206

patch 8.1.1206: user command parsing and listing not properly tested commit https://github.com/vim/vim/commit/d1f90bbcab0ad934d3f48a717a916807b57269ab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 25 22:42:07 2019 +0200 patch 8.1.1206: user command parsing and listing not properly tested Problem: User command parsing and listing not properly tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/4296)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Apr 2019 22:45:05 +0200
parents 3b2db762a509
children 840fa633ad64
comparison
equal deleted inserted replaced
16402:3c96b3ebc76d 16403:250420b35b10
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1206,
774 /**/ 776 /**/
775 1205, 777 1205,
776 /**/ 778 /**/
777 1204, 779 1204,
778 /**/ 780 /**/