vim-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.
0b8cf278ec
This commit is contained in:
Jan Edmund Lazo
2020-08-30 21:19:07 -04:00
parent 52a2a1b3d2
commit 62ba227155

View File

@@ -25,6 +25,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', '', '')