diff src/version.c @ 19372:967149bbd8d3 v8.2.0244

patch 8.2.0244: compiler warning in Lua interface Commit: https://github.com/vim/vim/commit/5f1d3ae8a8264292a53aad099e78a9b4a7bad375 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:37:35 2020 +0100 patch 8.2.0244: compiler warning in Lua interface Problem: Compiler warning in Lua interface. Solution: Add type cast. (Ken Takata, closes https://github.com/vim/vim/issues/5621)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 22:45:03 +0100
parents 02111977dd05
children f123c6732cf3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    244,
+/**/
     243,
 /**/
     242,