comparison src/version.c @ 15394:f20d90aeecaa v8.1.0705

patch 8.1.0705: :colorscheme isn't tested enough commit https://github.com/vim/vim/commit/6d4470b0e9aac76ae43be27a28447ea29767d77f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 8 21:05:51 2019 +0100 patch 8.1.0705: :colorscheme isn't tested enough Problem: :colorscheme isn't tested enough Solution: Improve test coverage of :colorscheme. (Dominique Pelle, closes #3777) Remove unnecessary sleep.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jan 2019 21:15:05 +0100
parents 0807e2dbbab6
children 325e4a8ba1b6
comparison
equal deleted inserted replaced
15393:f5c098048499 15394:f20d90aeecaa
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 705,
802 /**/ 804 /**/
803 704, 805 704,
804 /**/ 806 /**/
805 703, 807 703,
806 /**/ 808 /**/