diff src/version.c @ 21367:f9d87868d77f v8.2.1234

patch 8.2.1234: Lua build problem with old compiler Commit: https://github.com/vim/vim/commit/066e7da3cd0e3af438ff878a90ff1678363ce2a2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 18 12:50:35 2020 +0200 patch 8.2.1234: Lua build problem with old compiler Problem: Lua build problem with old compiler. Solution: Move declarations to start of the block. (Taro Muraoka, closes #6477)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 13:00:04 +0200
parents fca850f4d603
children e00467b9f5de
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1234,
+/**/
     1233,
 /**/
     1232,