Skip to content

Commit 2c24401

Browse files
authored
Merge pull request #261 from wookayin/completion
fix: Use shellcmd completion for AsyncRun
2 parents eae766d + e5fe0a4 commit 2c24401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/asyncrun.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ endfunc
21202120
"----------------------------------------------------------------------
21212121
" Commands
21222122
"----------------------------------------------------------------------
2123-
command! -bang -nargs=+ -range=0 -complete=file AsyncRun
2123+
command! -bang -nargs=+ -range=0 -complete=shellcmd AsyncRun
21242124
\ call asyncrun#run('<bang>', '', <q-args>, <count>, <line1>, <line2>)
21252125

21262126
command! -bar -bang -nargs=0 AsyncStop call asyncrun#stop('<bang>')

0 commit comments

Comments
 (0)