comparison src/version.c @ 21588:9ade1da22402 v8.2.1344

patch 8.2.1344: Vim9: No test for trying to redefine global function Commit: https://github.com/vim/vim/commit/2c79e9d14dc0e61d8c357946d01107ec23ec0fe2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 1 18:57:52 2020 +0200 patch 8.2.1344: Vim9: No test for trying to redefine global function Problem: Vim9: No test for trying to redefine global function. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 19:00:04 +0200
parents 5470c36ed7e6
children 5f4a188dead8
comparison
equal deleted inserted replaced
21587:5a1fbb77df55 21588:9ade1da22402
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 1344,
757 /**/ 759 /**/
758 1343, 760 1343,
759 /**/ 761 /**/
760 1342, 762 1342,
761 /**/ 763 /**/