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