To: vim_dev@googlegroups.com Subject: Patch 8.2.4307 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4307 Problem: A few more messages should not be translated. Solution: Remove _(). Files: src/syntax.c *** ../vim-8.2.4306/src/syntax.c 2022-02-05 18:53:02.585494018 +0000 --- src/syntax.c 2022-02-06 11:27:17.041042238 +0000 *************** *** 3329,3337 **** if (*arg == NUL) { if (curwin->w_s->b_syn_conceal) ! msg(_("syntax conceal on")); else ! msg(_("syntax conceal off")); } else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2) curwin->w_s->b_syn_conceal = TRUE; --- 3329,3337 ---- if (*arg == NUL) { if (curwin->w_s->b_syn_conceal) ! msg("syntax conceal on"); else ! msg("syntax conceal off"); } else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2) curwin->w_s->b_syn_conceal = TRUE; *************** *** 3359,3367 **** if (*arg == NUL) { if (curwin->w_s->b_syn_ic) ! msg(_("syntax case ignore")); else ! msg(_("syntax case match")); } else if (STRNICMP(arg, "match", 5) == 0 && next - arg == 5) curwin->w_s->b_syn_ic = FALSE; --- 3359,3367 ---- if (*arg == NUL) { if (curwin->w_s->b_syn_ic) ! msg("syntax case ignore"); else ! msg("syntax case match"); } else if (STRNICMP(arg, "match", 5) == 0 && next - arg == 5) curwin->w_s->b_syn_ic = FALSE; *************** *** 3471,3477 **** msg_puts("\n"); if (curwin->w_s->b_syn_isk != empty_option) { ! msg_puts(_("syntax iskeyword ")); msg_outtrans(curwin->w_s->b_syn_isk); } else --- 3471,3477 ---- msg_puts("\n"); if (curwin->w_s->b_syn_isk != empty_option) { ! msg_puts("syntax iskeyword "); msg_outtrans(curwin->w_s->b_syn_isk); } else *** ../vim-8.2.4306/src/version.c 2022-02-05 20:23:56.240673775 +0000 --- src/version.c 2022-02-06 11:39:36.399158484 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4307, /**/ -- "How is your new girlfriend?" "90-60-90 man!" "What, pale purple?" /// Bram Moolenaar -- Bram@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 ///