Add autocompletion to vim defer command

This commit is contained in:
Talia 2020-08-19 14:30:17 +02:00
parent dc7f109746
commit fa159d7168
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ function Defer(command, callback)
\ })
endfun
comm -nargs=* Defer call Defer(<q-args>, { buffer -> 0 })
comm -complete=shellcmd -nargs=* Defer call Defer(<q-args>, { buffer -> 0 })