]> granicus.if.org Git - vim/commitdiff
patch 8.0.0727: message about what register to yank into is not translated v8.0.0727
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jul 2017 18:54:34 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jul 2017 18:54:34 +0000 (20:54 +0200)
Problem:    Message about what register to yank into is not translated.
            (LemonBoy)
Solution:   Add _().

src/ops.c
src/version.c

index 05ccc8114cf20cd38b5add55c0c603adcacc8cd9..0f42dea0031f21fc5f4ce6c190a8454344b81e4f 100644 (file)
--- a/src/ops.c
+++ b/src/ops.c
@@ -3173,7 +3173,7 @@ op_yank(oparg_T *oap, int deleting, int mess)
                *namebuf = NUL;
            else
                vim_snprintf(namebuf, sizeof(namebuf),
-                                                  " into \"%c", oap->regname);
+                                               _(" into \"%c"), oap->regname);
 
            /* redisplay now, so message is not deleted */
            update_topline_redraw();
index 85814a4337342e9784559708b50497a09ce36f36..77ff8c773d6cb6b2c44746910b87ab4c80be284b 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    727,
 /**/
     726,
 /**/