1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

Add test for vim#key api

This commit is contained in:
wsdjeg 2017-10-23 23:36:55 +08:00
parent 25d89bf344
commit 179afd81af

3
test/api/vim/key.vader Normal file
View File

@ -0,0 +1,3 @@
Execute ( SpaceVim api: vim#key ):
let key = SpaceVim#api#import('vim#key')
AssertEqual key.nr2name(32), 'SPC'