download

Sign in or create your account | Project List | Help

download Git Source Tree

Root/vimm200811/rand.vim

1
2function! Rand(max)
3    perl << EOF
4        my $max = VIM::Eval('a:max');
5        my $value = int(rand($max)), '\n';
6        VIM::DoCommand("let l:r = $value")
7EOF
8    return l:r
9endfunction
10
11
12

Archive Download this file

Branches:
master