mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 04:30:05 +08:00
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
|
Execute ( SpaceVim api: data#list ):
|
||
|
let cmd = SpaceVim#api#import('vim#command')
|
||
|
let cmd.options = {}
|
||
|
AssertEqual cmd.complete('', '', ''), ''
|