comparison src/version.c @ 20877:63c92d1c10bc v8.2.0990

patch 8.2.0990: Using duplicate error number Commit: https://github.com/vim/vim/commit/a1bc6f12936a9f621238b940d5c6e97837809447 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 16 22:27:39 2020 +0200 patch 8.2.0990: Using duplicate error number Problem: Using duplicate error number. Solution: Use an unused error number. Add a test for it.
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jun 2020 22:30:04 +0200
parents 88cec48503b8
children 0ab45b558621
comparison
equal deleted inserted replaced
20876:9f461f8735ef 20877:63c92d1c10bc
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 990,
757 /**/ 759 /**/
758 989, 760 989,
759 /**/ 761 /**/
760 988, 762 988,
761 /**/ 763 /**/