Hello Bram, a couple of minor text-nitpicks:
On Fri, Jul 15, 2016 at 9:25 PM, Bram Moolenaar <[email protected]> wrote: > Patch 7.4.2044 [snip] > + lambda expression *expr-lambda* *lambda* > + ----------------- > + {args -> expr1} lambda expression > + > + A lambda expression creates a new unnamed function which returns the result > of > + evaluating |expr1|. Lambda expressions are differ from |user-functions| in > + the following ways: That last sentence should read: "Lambda expressions differ from |user-functions" in the following ways:" ('are' is to be cut out). [Snip] > + /* First, check if this is a lambda expression. "->" must exists. */ "->" must exist. Christ van Willegen -- -- 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.
