We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1db9bd3 + b357973 commit c1538f8Copy full SHA for c1538f8
plugin/Phpqa.vim
@@ -86,7 +86,7 @@ endif
86
" Whether to show signs for covered code (or only not covered)
87
" It may speed things up to turn this off
88
if !exists("g:phpqa_codecoverage_regex")
89
- let g:phpqa_codecoverage_showcovered = 1
+ let g:phpqa_codecoverage_regex = 1
90
endif
91
92
" Whether to automatically run codesniffer when saving a file
0 commit comments