comparison src/version.c @ 16372:5900941b2e37 v8.1.1191

patch 8.1.1191: not all debug commands are covered by a test commit https://github.com/vim/vim/commit/0fdd94359511f295d93e488d60ca3b0d40ea1cfa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 20 22:28:48 2019 +0200 patch 8.1.1191: not all debug commands are covered by a test Problem: Not all debug commands are covered by a test. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4282)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Apr 2019 22:30:05 +0200
parents 235a2b941498
children 57c37c17ff9d
comparison
equal deleted inserted replaced
16371:8fddc4c1db12 16372:5900941b2e37
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 1191,
774 /**/ 776 /**/
775 1190, 777 1190,
776 /**/ 778 /**/
777 1189, 779 1189,
778 /**/ 780 /**/