We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a487f commit b357973Copy full SHA for b357973
1 file changed
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