FYI: wrong indent in vim9compile.c

11 views
Skip to first unread message

Ernie Rael

unread,
Mar 11, 2023, 4:51:50 PM3/11/23
to vim...@googlegroups.com
"goto theend" around line 2649.


                if (*p != '=' && need_type(rhs_type, lhs_type, FALSE,
                                        -1, 0, cctx, FALSE, FALSE) == FAIL)
                goto theend;
            }
        }
        else if (cmdidx == CMD_final)
        {
            emsg(_(e_final_requires_a_value));

Bram Moolenaar

unread,
Mar 11, 2023, 6:00:12 PM3/11/23
to vim...@googlegroups.com, Ernie Rael
That's confusing, I'll correct it. Not making a separate patch though.

--
hundred-and-one symptoms of being an internet addict:
266. You hear most of your jokes via e-mail instead of in person.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages