diff src/version.c @ 25439:01feec4a221d v8.2.3256

patch 8.2.3256: executable test may fail on new Ubuntu system Commit: https://github.com/vim/vim/commit/bf634a0a8b64fda2e53d3e2254fe0ffdc3d67196 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 17:20:04 2021 +0200 patch 8.2.3256: executable test may fail on new Ubuntu system Problem: Executable test may fail on new Ubuntu system. Solution: Consider /usr/bin/cat and /bin/cat the same.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 17:30:04 +0200
parents d4a710f06f02
children e06540cc3371
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 */
 /**/
+    3256,
+/**/
     3255,
 /**/
     3254,