mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:50:05 +08:00
8 lines
137 B
VimL
8 lines
137 B
VimL
|
let s:NUM = SpaceVim#api#import('data#number')
|
||
|
|
||
|
function! org#util#random(range) abort
|
||
|
|
||
|
return s:NUM.random(1, a:range)
|
||
|
|
||
|
endfunction
|