0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -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:
Bram Moolenaar
2020-08-30 19:42:06 +02:00
parent 02c037a4be
commit 0b8cf278ec
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ func! GetMline()
" 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', '', '')

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1548,
/**/
1547,
/**/