diff src/version.c @ 16513:81a9d0fad357 v8.1.1260

patch 8.1.1260: comparing with pointer instead of value commit https://github.com/vim/vim/commit/e4f5f3aa3d597ec9188e01b004013a02bceb4026 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 14:05:08 2019 +0200 patch 8.1.1260: comparing with pointer instead of value Problem: Comparing with pointer instead of value. Solution: Add a "*". (Ken Takata, closes https://github.com/vim/vim/issues/4336)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 14:15:06 +0200
parents 4182f74e2965
children 6e87a69b8e0c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1260,
+/**/
     1259,
 /**/
     1258,