We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6836 commit b07bbb0Copy full SHA for b07bbb0
src/po/check.vim
@@ -121,6 +121,7 @@ endfunc
121
122
" Check that the \n at the end of the msgid line is also present in the msgstr
123
" line. Skip over the header.
124
+1
125
/^"MIME-Version:
126
while 1
127
let lnum = search('^msgid\>')
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1778,
766
/**/
767
1777,
768
0 commit comments