summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorRaphael <glepnir@gopherhub.org>2021-03-02 16:34:29 +0800
committerGitHub <noreply@github.com>2021-03-02 16:34:29 +0800
commit677b44d3a08d69c7fd7d9a7dcfe897b7839fd976 (patch)
tree04a5c4803c52a780c60d27725d444650789ae2e5 /plugin
parent678494e503d3c717df8295f55a6f3c7d3309b7fa (diff)
Enhance Telescope command (#588)
* Enhance Telescope command close #581 * bug fix
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim2
1 files changed, 1 insertions, 1 deletions
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(<f-args>)
+command! -nargs=* -complete=custom,s:telescope_complete Telescope lua require('telescope.command').load_command(<f-args>)