comparison src/version.c @ 21867:76627c726349 v8.2.1483

patch 8.2.1483: Vim9: error for using special as number Commit: https://github.com/vim/vim/commit/165036ddba1318576a29f75d82fae8c326a48f18 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 18 22:50:38 2020 +0200 patch 8.2.1483: Vim9: error for using special as number Problem: Vim9: error for using special as number when returning "false" from a popup filter. Solution: Use tv_get_bool(). (closes #6733)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Aug 2020 23:00:04 +0200
parents c16af87df654
children 25ef87c95880
comparison
equal deleted inserted replaced
21866:349859948450 21867:76627c726349
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 1483,
757 /**/ 759 /**/
758 1482, 760 1482,
759 /**/ 761 /**/
760 1481, 762 1481,
761 /**/ 763 /**/