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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012251513.0BPFD2i23557924%40masaka.moolenaar.net.