We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a498a90 commit f67e0caCopy full SHA for f67e0ca
plugin/acid.vim
@@ -43,7 +43,7 @@ function! s:all_true(pred)
43
endfunction
44
45
function! s:path_to_pattern(paths)
46
- return map(a:paths, ".*" . v:val . ".*")
+ return map(a:paths, ".*" . a:paths[v:key] . ".*")
47
48
49
function! s:require()
0 commit comments