Add autocompletion to vim defer command
This commit is contained in:
parent
dc7f109746
commit
fa159d7168
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ function Defer(command, callback)
|
||||||
\ })
|
\ })
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
comm -nargs=* Defer call Defer(<q-args>, { buffer -> 0 })
|
comm -complete=shellcmd -nargs=* Defer call Defer(<q-args>, { buffer -> 0 })
|
||||||
|
|
Loading…
Reference in a new issue