comparison src/version.c @ 20883:8bc11506d787 v8.2.0993

patch 8.2.0993: Vim9 script test fails with normal features Commit: https://github.com/vim/vim/commit/f7d267ef20a38eb316915b91cb5a89021555f9d8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 12:04:54 2020 +0200 patch 8.2.0993: Vim9 script test fails with normal features Problem: Vim9 script test fails with normal features. Solution: Use :func instead of :def for now.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 12:15:05 +0200
parents 58137dbee8da
children b70555af8908
comparison
equal deleted inserted replaced
20882:022082b5c54b 20883:8bc11506d787
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 993,
757 /**/ 759 /**/
758 992, 760 992,
759 /**/ 761 /**/
760 991, 762 991,
761 /**/ 763 /**/