To: vim_dev@googlegroups.com Subject: Patch 8.2.4226 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4226 (after 8.2.4224) Problem: Filter-map test fails. Solution: Only reject number argument in Vim9 script. Files: src/eval.c *** ../vim-8.2.4225/src/eval.c 2022-01-26 18:25:47.685295581 +0000 --- src/eval.c 2022-01-26 21:14:01.760517399 +0000 *************** *** 291,297 **** } else { ! s = tv_get_string_buf_chk_strict(expr, buf, TRUE); if (s == NULL) return FAIL; s = skipwhite(s); --- 291,297 ---- } else { ! s = tv_get_string_buf_chk_strict(expr, buf, in_vim9script()); if (s == NULL) return FAIL; s = skipwhite(s); *** ../vim-8.2.4225/src/version.c 2022-01-26 21:01:11.192928481 +0000 --- src/version.c 2022-01-26 21:14:44.155628062 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4226, /**/ -- Communication is one of the most compli..., eh, well, it's hard. You know what I mean. Not? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///