minor
This commit is contained in:
parent
2dcbb00e06
commit
09cbb43bcb
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue