To: vim_dev@googlegroups.com Subject: Patch 8.2.4303 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4303 Problem: A few messages should not be translated. Solution: Remove _(). (Dominique Pellé, closes #9702) Files: src/syntax.c *** ../vim-8.2.4302/src/syntax.c 2022-01-08 16:19:18.509639849 +0000 --- src/syntax.c 2022-02-05 18:40:56.969542391 +0000 *************** *** 3388,3395 **** { switch (curwin->w_s->b_syn_foldlevel) { ! case SYNFLD_START: msg(_("syntax foldlevel start")); break; ! case SYNFLD_MINIMUM: msg(_("syntax foldlevel minimum")); break; default: break; } return; --- 3388,3395 ---- { switch (curwin->w_s->b_syn_foldlevel) { ! case SYNFLD_START: msg("syntax foldlevel start"); break; ! case SYNFLD_MINIMUM: msg("syntax foldlevel minimum"); break; default: break; } return; *************** *** 3430,3440 **** if (*arg == NUL) { if (curwin->w_s->b_syn_spell == SYNSPL_TOP) ! msg(_("syntax spell toplevel")); else if (curwin->w_s->b_syn_spell == SYNSPL_NOTOP) ! msg(_("syntax spell notoplevel")); else ! msg(_("syntax spell default")); } else if (STRNICMP(arg, "toplevel", 8) == 0 && next - arg == 8) curwin->w_s->b_syn_spell = SYNSPL_TOP; --- 3430,3440 ---- if (*arg == NUL) { if (curwin->w_s->b_syn_spell == SYNSPL_TOP) ! msg("syntax spell toplevel"); else if (curwin->w_s->b_syn_spell == SYNSPL_NOTOP) ! msg("syntax spell notoplevel"); else ! msg("syntax spell default"); } else if (STRNICMP(arg, "toplevel", 8) == 0 && next - arg == 8) curwin->w_s->b_syn_spell = SYNSPL_TOP; *** ../vim-8.2.4302/src/version.c 2022-02-05 18:12:30.304504896 +0000 --- src/version.c 2022-02-05 18:52:53.869500937 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4303, /**/ -- hundred-and-one symptoms of being an internet addict: 3. Your bookmark takes 15 minutes to scroll from top to bottom. /// 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 ///