comparison src/version.c @ 12489:7e6cb73e5ce0 v8.0.1124

patch 8.0.1124: use of MZSCHEME_VER is unclear commit https://github.com/vim/vim/commit/f16c71b66927a28196b25a42795d083784ab1b9a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 18 20:01:02 2017 +0200 patch 8.0.1124: use of MZSCHEME_VER is unclear Problem: Use of MZSCHEME_VER is unclear. Solution: Add a comment. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Sep 2017 20:15:04 +0200
parents 3f16cf18386c
children 7ab796b041bd
comparison
equal deleted inserted replaced
12488:6867d1bb5d9c 12489:7e6cb73e5ce0
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1124,
764 /**/ 766 /**/
765 1123, 767 1123,
766 /**/ 768 /**/
767 1122, 769 1122,
768 /**/ 770 /**/