[EMAIL PROTECTED] schrieb:
> Does vi has some quick way to generate lets say 1-100
> in 100 lines

In Vim7 you'd say for example
   :put = range(1,100)

but in Vi ... are you sure you're using Vi and not Vim?
   :ver

-- 
Andy



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to