To: vim_dev@googlegroups.com Subject: Patch 8.2.1548 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///