Patch 8.2.1548
Problem: Cannot move position of "%%" in message translations. (Emir Sarı)
Solution: Improve the check script.
Files: src/po/check.vim
*** ../vim-8.2.1547/src/po/check.vim 2019-11-16 18:46:17.000000000 +0100
--- src/po/check.vim 2020-08-30 19:35:19.862922950 +0200
***************
*** 22,27 ****
--- 22,28 ----
" remove '%', not used for formatting.
let idline = substitute(idline, "'%'", '', 'g')
+ let idline = substitute(idline, "%%", '', 'g')
" remove '%' used for plural forms.
let idline = substitute(idline, '\\nPlural-Forms: .\+;\\n', '', '')
*** ../vim-8.2.1547/src/version.c 2020-08-30 19:26:40.740556812 +0200
--- src/version.c 2020-08-30 19:41:46.949620618 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1548,
/**/
--
I'd like to meet the man who invented sex and see what he's working on now.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202008301742.07UHgTCj2858034%40masaka.moolenaar.net.