Skip to content

Commit c1538f8

Browse files
author
Mark Kimsal
authored
Merge pull request #1 from jrebs/master
Fix old bug in setting default options
2 parents 1db9bd3 + b357973 commit c1538f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/Phpqa.vim

+1-1
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)