comparison src/version.c @ 13080:eee366f56b1a v8.0.1415

patch 8.0.1415: warning for unused function without timers feature commit https://github.com/vim/vim/commit/4ce46c2a6b59586e329fb41ad25799872bffc2c8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 19 19:42:41 2017 +0100 patch 8.0.1415: warning for unused function without timers feature Problem: Warning for unused function without timers feature. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2017 19:45:05 +0100
parents a1f8939a4644
children a80082fd1a1d
comparison
equal deleted inserted replaced
13079:de71c1f24efa 13080:eee366f56b1a
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 1415,
774 /**/ 776 /**/
775 1414, 777 1414,
776 /**/ 778 /**/
777 1413, 779 1413,
778 /**/ 780 /**/