Re: [vim/vim] GTK4: Implement command line arguments (PR #20847)
Christian Brabandt (Vim Github Repository) <[email protected]> Wed, 29 Jul 2026 12:34:55 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/20847/[email protected]> |
chrisbra left a comment (vim/vim#20847) thanks I merge it, but squash this in: ```diff - else if (strncmp(s, "-nb", 2) == 0) + else if (strncmp(s, "-nb", 3) == 0) ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/20847#issuecomment-5122622703 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/pull/20847/[email protected]> -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20847/c5122622703%40github.com.