aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/po/check.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/po/check.vim b/src/nvim/po/check.vim
index 22ee799e82..086d67a88f 100644
--- a/src/nvim/po/check.vim
+++ b/src/nvim/po/check.vim
@@ -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\>')