Here is a program that does not work: function! SourceRange() range let @r= join(map(getline(a:firstline, a:lastline),'v:val . "|"') ) @r endfunction
command! -range Lop <line1>,<line2> call SourceRange() -- 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
