mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 19:30:04 +08:00
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
|
Execute ( SpaceVim api: file ):
|
||
|
let &encoding = 'utf-8'
|
||
|
let g:spacevim_filetype_icons = {}
|
||
|
let file = SpaceVim#api#import('file')
|
||
|
AssertEqual file.fticon('foo.md'), ''
|