To: vim_dev@googlegroups.com Subject: Patch 8.2.2213 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2213 Problem: Checking white space around -> is not backwards compatible. Solution: Only check white space around =>. Files: src/userfunc.c *** ../vim-8.2.2212/src/userfunc.c 2020-12-25 15:24:19.902942195 +0100 --- src/userfunc.c 2020-12-25 16:07:51.053409690 +0100 *************** *** 570,576 **** &varargs, NULL, FALSE, NULL, NULL); if (ret == FAIL || (s = skip_arrow(*arg, equal_arrow, &ret_type, ! &white_error)) == NULL) { if (types_optional) ga_clear_strings(&argtypes); --- 570,576 ---- &varargs, NULL, FALSE, NULL, NULL); if (ret == FAIL || (s = skip_arrow(*arg, equal_arrow, &ret_type, ! equal_arrow ? &white_error : NULL)) == NULL) { if (types_optional) ga_clear_strings(&argtypes); *** ../vim-8.2.2212/src/version.c 2020-12-25 15:24:19.906942186 +0100 --- src/version.c 2020-12-25 16:11:36.508379389 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2213, /**/ -- How To Keep A Healthy Level Of Insanity: 5. Put decaf in the coffee maker for 3 weeks. Once everyone has gotten over their caffeine addictions, switch to espresso. /// 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 ///