Skip to content

Instantly share code, notes, and snippets.

@thinca
Created March 30, 2016 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/650e8ad5f46967a71fc73ac771005b3b to your computer and use it in GitHub Desktop.
Save thinca/650e8ad5f46967a71fc73ac771005b3b to your computer and use it in GitHub Desktop.
function! s:show_stars() abort
for i in range(1, 10)
echo repeat('*', i)
endfor
endfunction
call s:show_stars()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment