mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.1548: cannot move position of "%%" in message translations
Problem: Cannot move position of "%%" in message translations. (Emir Sarı) Solution: Improve the check script.
This commit is contained in:
@@ -22,6 +22,7 @@ func! GetMline()
|
|||||||
|
|
||||||
" remove '%', not used for formatting.
|
" remove '%', not used for formatting.
|
||||||
let idline = substitute(idline, "'%'", '', 'g')
|
let idline = substitute(idline, "'%'", '', 'g')
|
||||||
|
let idline = substitute(idline, "%%", '', 'g')
|
||||||
|
|
||||||
" remove '%' used for plural forms.
|
" remove '%' used for plural forms.
|
||||||
let idline = substitute(idline, '\\nPlural-Forms: .\+;\\n', '', '')
|
let idline = substitute(idline, '\\nPlural-Forms: .\+;\\n', '', '')
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1548,
|
||||||
/**/
|
/**/
|
||||||
1547,
|
1547,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user