diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-23 12:41:16 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-23 12:41:29 -0400 |
commit | 7cf36fc67e88d41a8b1b9b47afbf6146b1baef6e (patch) | |
tree | 99df1e25dd172f79dd020d6ca948eb4818ddd917 | |
parent | b63f5c170d0544a454a6c2015b7d887ec51aa692 (diff) | |
download | rneovim-7cf36fc67e88d41a8b1b9b47afbf6146b1baef6e.tar.gz rneovim-7cf36fc67e88d41a8b1b9b47afbf6146b1baef6e.tar.bz2 rneovim-7cf36fc67e88d41a8b1b9b47afbf6146b1baef6e.zip |
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.
https://github.com/vim/vim/commit/b07bbb0d29493fcf4ed080fe018535e64441d663
-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\>') |