Kill debug

This commit is contained in:
Tim Pope 2014-01-16 18:46:23 -05:00
parent 25f17ac25d
commit 91e3b35403
1 changed files with 0 additions and 1 deletions

View File

@ -533,7 +533,6 @@ function! s:qfhistory() abort
endif
call extend(list, [s:qfentry(entry)])
endfor
let g:list = list
return list
endfunction