Christian wrote:
> On Mo, 01 Feb 2016, Bram Moolenaar wrote:
>
> >
> > Patch 7.4.1231
> > Problem: JSON messages are not parsed properly.
> > Solution: Queue received messages.
> > Files: src/eval,c src/channel.c, src/json.c, src/proto/eval.pro,
> > src/proto/channel.pro, src/proto/json.pro, src/structs.h
> > *** ../vim-7.4.1230/src/proto/eval.pro 2016-01-28 22:36:15.052065044
> > +0100
> > --- src/proto/eval.pro 2016-01-31 23:02:33.143409845 +0100
> > ***************
> > *** 101,106 ****
> > --- 101,107 ----
> > char_u *v_exception(char_u *oldval);
> > char_u *v_throwpoint(char_u *oldval);
> > char_u *set_cmdarg(exarg_T *eap, char_u *oldarg);
> > + typval_T *alloc_tv(void);
> > void free_tv(typval_T *varp);
> > void clear_tv(typval_T *varp);
> > long get_tv_number_chk(typval_T *varp, int *denote);
>
> This breaks, because in eval.c alloc_tv is still static.
Typo: eval,c instead of eval.c...
--
hundred-and-one symptoms of being an internet addict:
96. On Super Bowl Sunday, you followed the score by going to the
Yahoo main page instead of turning on the TV.
/// 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].
For more options, visit https://groups.google.com/d/optout.