Skip to content

Commit

Permalink
Fix get_processors not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-yano committed Feb 19, 2020
1 parent 972a160 commit b76a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fzf_preview/resource_processor.vim
Expand Up @@ -11,7 +11,7 @@ function! fzf_preview#resource_processor#get_processors() abort
if !exists('s:processors')
call s:initialize_processors()
endif
return s:processors
return copy(s:processors)
endfunction

function! fzf_preview#resource_processor#get_default_processors() abort
Expand Down

0 comments on commit b76a1a1

Please sign in to comment.