comparison src/version.c @ 22153:7aa10e8e7aec v8.2.1626

patch 8.2.1626: test for strchars() fails with different error number Commit: https://github.com/vim/vim/commit/707be5f3524accb8b36e80bd2532e00b8246df55 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 6 17:13:44 2020 +0200 patch 8.2.1626: test for strchars() fails with different error number Problem: Test for strchars() fails with different error number. Solution: Adjust the error number.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 17:15:04 +0200
parents 01cab6232a9a
children de47cb7b41e6
comparison
equal deleted inserted replaced
22152:4150aaf0f253 22153:7aa10e8e7aec
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1626,
757 /**/ 759 /**/
758 1625, 760 1625,
759 /**/ 761 /**/
760 1624, 762 1624,
761 /**/ 763 /**/