vim-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.
b07bbb0d29
This commit is contained in:
Jan Edmund Lazo
2018-07-23 12:41:16 -04:00
parent b63f5c170d
commit 7cf36fc67e

View File

@@ -124,6 +124,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\>')