Skip to content

Commit b357973

Browse files
authored
Fix bug forcing covered line symbols on
1 parent 20a487f commit b357973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/Phpqa.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif
8686
" Whether to show signs for covered code (or only not covered)
8787
" It may speed things up to turn this off
8888
if !exists("g:phpqa_codecoverage_regex")
89-
let g:phpqa_codecoverage_showcovered = 1
89+
let g:phpqa_codecoverage_regex = 1
9090
endif
9191

9292
" Whether to automatically run codesniffer when saving a file

0 commit comments

Comments
 (0)