Skip to content

Commit

Permalink
Fix error from convert.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-yano committed Jun 7, 2020
1 parent 765b9b3 commit d4d40fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/fzf_preview/converter.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
scriptencoding utf-8

function! fzf_preview#converter#convert_for_fzf(files, ...) abort
let disable_postprocess_command = get(a:, 1, 0)
if g:fzf_preview_filelist_postprocess_command !=# '' && !disable_postprocess_command
Expand Down

0 comments on commit d4d40fd

Please sign in to comment.