comparison 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
comparison
equal deleted inserted replaced
16512:7e5f5a844629 16513:81a9d0fad357
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1260,
770 /**/ 772 /**/
771 1259, 773 1259,
772 /**/ 774 /**/
773 1258, 775 1258,
774 /**/ 776 /**/