We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a0c63f + ed7ba1b commit f7224eaCopy full SHA for f7224ea
1 file changed
autoload/Phpqa.vim
@@ -227,7 +227,9 @@ function! Phpqa#PhpCodeCoverage()
227
echohl Error |echo "Not a valid or readable file"|echohl None
228
endif
229
endwhile
230
- call AddCodeCoverageSigns(g:phpqa_codecoverage_file)
+ if filereadable(g:phpqa_codecoverage_file)
231
+ call AddCodeCoverageSigns(g:phpqa_codecoverage_file)
232
+ endif
233
endf
234
" }}}1
235
"=============================================================================
0 commit comments