comparison src/version.c @ 24412:0e0943dfdbf9 v8.2.2746

patch 8.2.2746: check for duplicate arguments does not work Commit: https://github.com/vim/vim/commit/87795939d01932b0d8155fd69c7494fa51c523f3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 10 18:21:30 2021 +0200 patch 8.2.2746: check for duplicate arguments does not work Problem: Check for duplicate arguments does not work. Solution: Correct condition.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 18:30:04 +0200
parents 25db91a3281b
children f539864ba851
comparison
equal deleted inserted replaced
24411:ee92164bcb76 24412:0e0943dfdbf9
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2746,
753 /**/ 755 /**/
754 2745, 756 2745,
755 /**/ 757 /**/
756 2744, 758 2744,
757 /**/ 759 /**/