diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/check.vim | 1 |
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\>') |