1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

7 lines
185 B
VimL
Raw Normal View History

function! unicode#groups()
return map(split(globpath(g:unite_unicode_data_path, '*.txt'), '\n'),
\ '[fnamemodify(v:val, ":t:r"), fnamemodify(v:val, ":p")]')
endfunction