To: vim_dev@googlegroups.com Subject: Patch 8.2.2253 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2253 Problem: Vim9: expr test fails. Solution: Add missing assignment. Files: src/userfunc.c *** ../vim-8.2.2252/src/userfunc.c 2020-12-29 11:14:58.444606193 +0100 --- src/userfunc.c 2020-12-31 13:05:51.798516791 +0100 *************** *** 664,669 **** --- 664,671 ---- if (fp->uf_ret_type == NULL) goto errret; } + else + fp->uf_ret_type = &t_unknown; } fp->uf_lines = newlines; *** ../vim-8.2.2252/src/version.c 2020-12-31 13:31:20.521507996 +0100 --- src/version.c 2020-12-31 13:39:40.239855032 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2253, /**/ -- Keyboard not found. Think ENTER to continue. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///