Skip to content

Commit b07bbb0

Browse files
committed
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.
1 parent 60a6836 commit b07bbb0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/po/check.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ endfunc
121121

122122
" Check that the \n at the end of the msgid line is also present in the msgstr
123123
" line. Skip over the header.
124+
1
124125
/^"MIME-Version:
125126
while 1
126127
let lnum = search('^msgid\>')

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1778,
764766
/**/
765767
1777,
766768
/**/

0 commit comments

Comments
 (0)