comparison src/version.c @ 25441:e06540cc3371 v8.2.3257

patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error Commit: https://github.com/vim/vim/commit/8e3fc135e884a30620fb1c6e84986fae1467acd3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 18:33:57 2021 +0200 patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error Problem: Calling prop_find() with -1 for ID gives errornous error. (Naohiro Ono) Solution: When passing -1 use -2. (closes #8674)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 18:45:03 +0200
parents 01feec4a221d
children 9ed6587bcc0f
comparison
equal deleted inserted replaced
25440:b36a3efee848 25441:e06540cc3371
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3257,
758 /**/ 760 /**/
759 3256, 761 3256,
760 /**/ 762 /**/
761 3255, 763 3255,
762 /**/ 764 /**/