parent
dc5f9437fc
commit
88595ebbaa
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ function! s:all_files()
|
||||||
return fzf#vim#_uniq(map(
|
return fzf#vim#_uniq(map(
|
||||||
\ filter([expand('%')], 'len(v:val)')
|
\ filter([expand('%')], 'len(v:val)')
|
||||||
\ + filter(map(s:buflisted_sorted(), 'bufname(v:val)'), 'len(v:val)')
|
\ + filter(map(s:buflisted_sorted(), 'bufname(v:val)'), 'len(v:val)')
|
||||||
\ + filter(copy(v:oldfiles), "filereadable(expand(v:val))"),
|
\ + filter(copy(v:oldfiles), "filereadable(fnamemodify(v:val, ':p'))"),
|
||||||
\ 'fnamemodify(v:val, ":~:.")'))
|
\ 'fnamemodify(v:val, ":~:.")'))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue