comparison src/version.c @ 17592:3e46860fd4c9 v8.1.1793

patch 8.1.1793: mixed comment style in globals commit https://github.com/vim/vim/commit/1ccaa35abf0706de3516b3013fe12964abada079 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 2 22:08:25 2019 +0200 patch 8.1.1793: mixed comment style in globals Problem: Mixed comment style in globals. Solution: Use // comments where appropriate.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Aug 2019 22:15:04 +0200
parents 8d20183f2a8c
children 3b18d5341c03
comparison
equal deleted inserted replaced
17591:b0ff642a241b 17592:3e46860fd4c9
771 NULL 771 NULL
772 }; 772 };
773 773
774 static int included_patches[] = 774 static int included_patches[] =
775 { /* Add new patch number below this line */ 775 { /* Add new patch number below this line */
776 /**/
777 1793,
776 /**/ 778 /**/
777 1792, 779 1792,
778 /**/ 780 /**/
779 1791, 781 1791,
780 /**/ 782 /**/