Enhance Telescope command (#588)
* Enhance Telescope command close #581 * bug fix
This commit is contained in:
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user