Patch 8.0.0727
Problem: Message about what register to yank into is not translated.
(LemonBoy)
Solution: Add _().
Files: src/ops.c
*** ../vim-8.0.0726/src/ops.c 2017-07-16 17:55:53.325531419 +0200
--- src/ops.c 2017-07-16 20:45:19.394977640 +0200
***************
*** 3173,3179 ****
*namebuf = NUL;
else
vim_snprintf(namebuf, sizeof(namebuf),
! " into \"%c", oap->regname);
/* redisplay now, so message is not deleted */
update_topline_redraw();
--- 3173,3179 ----
*namebuf = NUL;
else
vim_snprintf(namebuf, sizeof(namebuf),
! _(" into \"%c"), oap->regname);
/* redisplay now, so message is not deleted */
update_topline_redraw();
*** ../vim-8.0.0726/src/version.c 2017-07-16 20:32:21.589012997 +0200
--- src/version.c 2017-07-16 20:46:24.754479603 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 727,
/**/
--
In Joseph Heller's novel "Catch-22", the main character tries to get out of a
war by proving he is crazy. But the mere fact he wants to get out of the war
only shows he isn't crazy -- creating the original "Catch-22".
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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].
For more options, visit https://groups.google.com/d/optout.