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.
2 parents bcc5ce9 + 57256fd commit bb7ddcdCopy full SHA for bb7ddcd
test/run.vim
@@ -18,7 +18,7 @@ function! s:run()
18
catch
19
call writefile([v:exception], outfile)
20
endtry
21
- if system(printf('diff %s %s', shellescape(okfile), shellescape(outfile))) == 0
+ if system(printf('diff %s %s', shellescape(okfile), shellescape(outfile))) == ""
22
echo printf('%s => ok', fnamemodify(vimfile, ':t'))
23
else
24
echoerr printf('%s => ng', fnamemodify(vimfile, ':t'))
0 commit comments