Skip to content

Commit b40f9a1

Browse files
committed
Merge pull request #34 from rodrigorm/master
Fix #32
2 parents 7bba1b9 + 143ef37 commit b40f9a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autoload/Phpqa.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ let g:phpqa_num_cc_signs = 0
3131
"
3232
function! s:AddSigns(buffer)
3333
for line in getloclist(0)
34+
if line.lnum == 0
35+
continue
36+
endif
3437
if has_key(g:phpqa_sign_type_map,line.type)
3538
let l:name=g:phpqa_sign_type_map[line.type]
3639
else

0 commit comments

Comments
 (0)