From 677b44d3a08d69c7fd7d9a7dcfe897b7839fd976 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 2 Mar 2021 16:34:29 +0800 Subject: Enhance Telescope command (#588) * Enhance Telescope command close #581 * bug fix --- plugin/telescope.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 0fd0b60..2ced08b 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -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() +command! -nargs=* -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command() -- cgit v1.2.3