This commit is contained in:
Michael Coppola 2024-10-22 02:29:11 -04:00
parent 2dcbb00e06
commit 09cbb43bcb

View file

@ -122,7 +122,6 @@ function! s:get_indent(str)
return l:count
endfunction
function! s:rand(i0, i1) abort
return a:i0 + rand() % (a:i1 - a:i0 + 1)
endfunction