parent
43a570d6e6
commit
7e868c49ac
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ endfunction
|
|||
|
||||
function! fzf#vim#history(...)
|
||||
return s:fzf('history-files', {
|
||||
\ 'source': reverse(s:all_files()),
|
||||
\ 'source': filter(reverse(s:all_files()), 'v:val != expand("%")'),
|
||||
\ 'options': '-m --prompt "Hist> "'
|
||||
\}, a:000)
|
||||
endfunction
|
||||
|
|
Loading…
Add table
Reference in a new issue