ok... I am learning some commands
let hr = repeat('=',62)."\r"
imap ,hv <c-r>='" '.hr<cr>
will output:
" ==============================================================
How to use something like repeat() to create a string like:
'" '.(((start at 3 increment by 1) mod 10) for count of 62)
resulting in:
" 34567890123456789012345678901234567890123456789012345678901234
--
Bill
Santa Cruz, California
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---