2013/6/4 Kazunobu Kuriyama <[email protected]> > On Jun 5, 2013, at 3:41 AM, Christian Wellenbrock < > [email protected]> wrote: > > > <snip> > > Yes the update fixed the problems. You saved it with Windows line > endings again though. > > I apologize to you for getting you into trouble again. Though the file > itself is in unix format and I double-checked not to send window-friendly > attachments, my Mail did something unnecessary.
No problem ;) > > While we're at it, there are still red braces in other methods (that are > red with the current syntax file as well). See the screenshot [1] of the > code [2]. Maybe you can fix those too? > > > > [1] http://i.imgur.com/kYXunaD.png > > [2] > https://github.com/AFNetworking/AFNetworking/blob/master/AFNetworking/AFURLConnectionOperation.m#L198-L207 > > I'm afraid the phenomenon you saw with the new objc.vim presumably > inherits from that of c.vim. The new objc.vim as well as the current > version has heavily relied on c.vim for obvious reasons and sources it at > the initialization. Actually, if you open a C file and write a snippet of > code like > > func(arg, ^{ > I_am_a_lambda; > }); > > you will see what you've just seen with the objc.vim, though objc.vim is > apparently irrelevant in this case. > > The previous red brace problem was fixed by myself because it was a > problem of a lambda function argument within a ObjC method call syntax > which is at my disposal. On the other hand, the present case is a problem > of a lambda function argument within a pure C function call syntax... > > Hmm, ok, I'll look into c.vim, too. Of course, if some could fix the > problem, I would highly appreciate to it ;=) I didn't know about this. Thank you for your explanation! -- -- 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/groups/opt_out.
