comparison src/version.c @ 22409:5736172d64a6 v8.2.1753

patch 8.2.1753: Vim9: crash when using import at script level Commit: https://github.com/vim/vim/commit/f6a44f714a383a69db05cb47e26abffd966cd6a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 27 13:51:14 2020 +0200 patch 8.2.1753: Vim9: crash when using import at script level Problem: Vim9: crash when using import at script level. Solution: Give a "not implemented yet" error. (closes https://github.com/vim/vim/issues/7026)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 14:00:04 +0200
parents c19acd92ee83
children 89277634be10
comparison
equal deleted inserted replaced
22408:001318b6f357 22409:5736172d64a6
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 1753,
753 /**/ 755 /**/
754 1752, 756 1752,
755 /**/ 757 /**/
756 1751, 758 1751,
757 /**/ 759 /**/