comparison src/version.c @ 17255:765aa1380e93 v8.1.1627

patch 8.1.1627: header file contains mixed comment style commit https://github.com/vim/vim/commit/6cb39f924a10912a615573230e906e8089975198 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 16:05:14 2019 +0200 patch 8.1.1627: header file contains mixed comment style Problem: Header file contains mixed comment style. Solution: Use // style comments.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 16:15:04 +0200
parents 26e0352613ec
children cb0ca75f0c26
comparison
equal deleted inserted replaced
17254:45f7b54c884a 17255:765aa1380e93
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1627,
780 /**/ 782 /**/
781 1626, 783 1626,
782 /**/ 784 /**/
783 1625, 785 1625,
784 /**/ 786 /**/