# HG changeset patch # User Christian Brabandt # Date 1525096808 -7200 # Node ID 9d6cd12ae7bcca3693de4c7d3278377634971842 # Parent f8f636cf8b79fc024d72112025500c43dc66c55f patch 8.0.1778: script to check translations does not always work commit https://github.com/vim/vim/commit/b07bbb0d29493fcf4ed080fe018535e64441d663 Author: Bram Moolenaar Date: Mon Apr 30 15:45:17 2018 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1778, +/**/ 1777, /**/ 1776,