comparison src/version.c @ 14379:0f1446193ded v8.1.0204

patch 8.1.0204: inputlist() is not tested commit https://github.com/vim/vim/commit/947b39e761b8a95cc1bd37ad0c2c30552238809a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 22 19:36:37 2018 +0200 patch 8.1.0204: inputlist() is not tested Problem: inputlist() is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3240)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jul 2018 19:45:05 +0200
parents 378eefcbbb12
children d9e6eec551e1
comparison
equal deleted inserted replaced
14378:eb3be2bf5462 14379:0f1446193ded
791 NULL 791 NULL
792 }; 792 };
793 793
794 static int included_patches[] = 794 static int included_patches[] =
795 { /* Add new patch number below this line */ 795 { /* Add new patch number below this line */
796 /**/
797 204,
796 /**/ 798 /**/
797 203, 799 203,
798 /**/ 800 /**/
799 202, 801 202,
800 /**/ 802 /**/