mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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.
This commit is contained in:
@@ -121,6 +121,7 @@ endfunc
|
|||||||
|
|
||||||
" Check that the \n at the end of the msgid line is also present in the msgstr
|
" Check that the \n at the end of the msgid line is also present in the msgstr
|
||||||
" line. Skip over the header.
|
" line. Skip over the header.
|
||||||
|
1
|
||||||
/^"MIME-Version:
|
/^"MIME-Version:
|
||||||
while 1
|
while 1
|
||||||
let lnum = search('^msgid\>')
|
let lnum = search('^msgid\>')
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1778,
|
||||||
/**/
|
/**/
|
||||||
1777,
|
1777,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user