diff src/version.c @ 19352:c617ba6413bb v8.2.0234

patch 8.2.0234: message test fails on SunOS Commit: https://github.com/vim/vim/commit/d5b991493816a2edba7cacdd06820cf3c0abc4dc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 8 17:14:46 2020 +0100 patch 8.2.0234: message test fails on SunOS Problem: Message test fails on SunOS. Solution: Adjust expectation for printf "%p". (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5595)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Feb 2020 17:15:04 +0100
parents 76cb39bf1871
children 1d3b2ce65ae0
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 */
 /**/
+    234,
+/**/
     233,
 /**/
     232,