Skip to content

Commit 09cbb43

Browse files
committed
minor
1 parent 2dcbb00 commit 09cbb43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/llama.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ function! s:get_indent(str)
122122
return l:count
123123
endfunction
124124

125-
126125
function! s:rand(i0, i1) abort
127126
return a:i0 + rand() % (a:i1 - a:i0 + 1)
128127
endfunction

0 commit comments

Comments
 (0)