Skip to content

Commit

Permalink
patch 8.0.1778: script to check translations does not always work
Browse files Browse the repository at this point in the history
Problem:    Script to check translations does not always work.
Solution:   Go to first line before searching for MIME.
  • Loading branch information
brammool committed Apr 30, 2018
1 parent 60a6836 commit b07bbb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/po/check.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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\>')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1778,
/**/
1777,
/**/
Expand Down

0 comments on commit b07bbb0

Please sign in to comment.