ZyX wrote:

> # HG changeset patch
> # User ZyX <[email protected]>
> # Date 1370096560 -14400
> # Branch python-extended-4
> # Node ID f322321a58b1a500736527ea82627fd65b2954bb
> # Parent  807b755f9898d68e4d93f18e7964783b207826b2
> Add vim.version and vim.version_info

I am not including this patch, for these reasons:

> +    MSG_PUTS(_("\n" VIM_VERSION_PLATFORM));

This breaks translations. And string concatenation doesn't work with
older compilers.  Should at least be split up into:

    MSG_PUTS("\n");
    MSG_PUTS(_(VIM_VERSION_PLATFORM));

All the messages in version.h need to have N_() around them so that they
can be translated.

You can't leave out the trailing "version", because after translation it
may appear somewhere else in the text.


-- 
The real
trick is
this: to
keep the
lines as
short as
possible
and keep
the size
the same
yet free
from the
need for
hyphena-
Dammit!!  (Matthew Winn)

 /// 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/groups/opt_out.


Raspunde prin e-mail lui