diff --git a/plugin/telescope.vim b/plugin/telescope.vim index bb0228a..dc727ff 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -111,4 +111,4 @@ function! s:telescope_complete(arg,line,pos) endfunction " Telescope Commands with complete -command! -nargs=* -range -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command(, , , ) +command! -nargs=* -range -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command(, , , unpack({}))