mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
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:
@@ -124,6 +124,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\>')
|
||||||
|
Reference in New Issue
Block a user