Enhance Telescope command (#588)

* Enhance Telescope command close #581

* bug fix
This commit is contained in:
Raphael
2021-03-02 16:34:29 +08:00
committed by GitHub
parent 678494e503
commit 677b44d3a0
2 changed files with 6 additions and 1 deletions

View File

@@ -100,4 +100,4 @@ function! s:telescope_complete(arg,line,pos)
endfunction
" Telescope Commands with complete
command! -nargs=+ -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command(<f-args>)
command! -nargs=* -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command(<f-args>)