changeset 25130:6b43aea6a93e

patch 8.2.3101: missing function prototype for vim_round() Commit: https://github.com/vim/vim/commit/26e88ec8e23fa04e559044199ccb369aed29e570 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 17:21:04 2021 +0200 patch 8.2.3101: missing function prototype for vim_round() Problem: Missing function prototype for vim_round(). Solution: Add the prototype
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:30:03 +0200
parents fe0ac2d25b8f
children ba16f025f2e2
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3101,
+/**/
     3100,
 /**/
     3099,