Skip to content

Commit 6a01d86

Browse files
blueyeddbarnett
authored andcommitted
lint: use single quotes (#21)
Via vint / Google VimScript Style Guide.
1 parent f45c45a commit 6a01d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/coverage.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function! coverage#CompletionList(arg, line, pos) abort
298298
for l:extension in s:registry.GetExtensions()
299299
call add(l:providers, l:extension.name)
300300
endfor
301-
return filter(l:providers, "maktaba#string#StartsWith(v:val, a:arg)")
301+
return filter(l:providers, 'maktaba#string#StartsWith(v:val, a:arg)')
302302
endfunction
303303

304304
""

0 commit comments

Comments
 (0)