comparison src/version.c @ 17436:e1b5c15f5fee v8.1.1716

patch 8.1.1716: old style comments are wasting space commit https://github.com/vim/vim/commit/ab0a789808ecf8de8f0805ec332f69029897fdb5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 19 23:15:12 2019 +0200 patch 8.1.1716: old style comments are wasting space Problem: Old style comments are wasting space Solution: Use new style comments in option header file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 23:30:04 +0200
parents 26e8d42987ca
children 967e2ee9b656
comparison
equal deleted inserted replaced
17435:a7a08085d1dc 17436:e1b5c15f5fee
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 1716,
780 /**/ 782 /**/
781 1715, 783 1715,
782 /**/ 784 /**/
783 1714, 785 1714,
784 /**/ 786 /**/