> On Thursday, June 02, 2011 09:36:07 Gary Johnson wrote:
>
> > while i > 0
> > let istr = istr . ' '
> > let i = i - 1
> > endwhile
>
> i bet this was written before we had the repeat() function
Yeah. That's why a little farther down the page I also wrote:
You could do something similar to get the appearance you want. I
wrote it before the repeat() function was available, so it could
probably be rewritten with five fewer lines today.
Regards,
Gary
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment