From: Bram Moolenaar Date: Mon, 30 Apr 2018 13:45:17 +0000 (+0200) Subject: patch 8.0.1778: script to check translations does not always work X-Git-Tag: v8.0.1778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07bbb0d29493fcf4ed080fe018535e64441d663;p=thirdparty%2Fvim.git patch 8.0.1778: script to check translations does not always work Problem: Script to check translations does not always work. Solution: Go to first line before searching for MIME. --- diff --git a/src/po/check.vim b/src/po/check.vim index a1ec6237e7..9cfa36a7cd 100644 --- a/src/po/check.vim +++ b/src/po/check.vim @@ -121,6 +121,7 @@ endfunc " Check that the \n at the end of the msgid line is also present in the msgstr " line. Skip over the header. +1 /^"MIME-Version: while 1 let lnum = search('^msgid\>') diff --git a/src/version.c b/src/version.c index d6be02f0a1..9b65751b16 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1778, /**/ 1777, /**/