Ben Fritz wrote:
> ...
> call setline(".",[line,repl1,repl2,repl3])There is a problem with that because four lines will be inserted into the buffer, and those lines will OVERWRITE existing lines. That's why my script used 'setline()' to replace the first line, and 'put' to insert the extra lines. John -- 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
