Patch 8.0.0327
Problem: The E11 error message in the command line window is not
translated.
Solution: use _(). (Hirohito Higashi)
Files: src/ex_docmd.c
*** ../vim-8.0.0326/src/ex_docmd.c 2017-02-09 22:28:11.350931496 +0100
--- src/ex_docmd.c 2017-02-12 18:31:01.371334307 +0100
***************
*** 2490,2496 ****
&& !IS_USER_CMDIDX(ea.cmdidx))
{
/* Command not allowed when editing the command line. */
! errormsg = get_text_locked_msg();
goto doend;
}
#ifdef FEAT_AUTOCMD
--- 2490,2496 ----
&& !IS_USER_CMDIDX(ea.cmdidx))
{
/* Command not allowed when editing the command line. */
! errormsg = (char_u *)_(get_text_locked_msg());
goto doend;
}
#ifdef FEAT_AUTOCMD
*** ../vim-8.0.0326/src/version.c 2017-02-11 23:00:31.409774572 +0100
--- src/version.c 2017-02-12 18:32:06.466868166 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 327,
/**/
--
ARTHUR: I've said I'm sorry about the old woman, but from the behind you
looked ...
DENNIS: What I object to is that you automatically treat me like an inferior...
ARTHUR: Well ... I AM king.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.