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 2a4f06f commit 65cedb2Copy full SHA for 65cedb2
2 files changed
src/po/check.vim
@@ -146,7 +146,7 @@ endwhile
146
" Check that the file is well formed according to msgfmts understanding
147
if executable("msgfmt")
148
let filename = expand("%")
149
- let a = system("msgfmt --statistics OLD_PO_FILE_INPUT=yes" . filename)
+ let a = system("msgfmt --statistics OLD_PO_FILE_INPUT=yes " . filename)
150
if v:shell_error != 0
151
let error = matchstr(a, filename.':\zs\d\+\ze:')+0
152
for line in split(a, '\n') | echomsg line | endfor
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 835,
774
/**/
775
834,
776
0 commit comments