diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -774,6 +774,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1793,
+/**/
     1792,
 /**/
     1791,