changeset 13812:9d6cd12ae7bc v8.0.1778

patch 8.0.1778: script to check translations does not always work commit https://github.com/vim/vim/commit/b07bbb0d29493fcf4ed080fe018535e64441d663 Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Apr 2018 16:00:08 +0200
parents f8f636cf8b79
children e891b5f7a3fb
files src/po/check.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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\>')
--- 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,