comparison src/version.c @ 21681:877321650f7f v8.2.1390

patch 8.2.1390: Vim9: type error after storing an option value Commit: https://github.com/vim/vim/commit/1c199f9c70446933677d5210f34d2b86eefa2a43 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 21:28:34 2020 +0200 patch 8.2.1390: Vim9: type error after storing an option value Problem: Vim9: type error after storing an option value. Solution: Drop the type after a STOREOPT instruction. (closes https://github.com/vim/vim/issues/6632)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 21:30:03 +0200
parents b5ce3d0e0f74
children bb4f55d20951
comparison
equal deleted inserted replaced
21680:943cdd108b70 21681:877321650f7f
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 1390,
757 /**/ 759 /**/
758 1389, 760 1389,
759 /**/ 761 /**/
760 1388, 762 1388,
761 /**/ 763 /**/