>  Even better, avoid sed altogether:

> call append('.', map(readfile('/tmp/chosenfiles'), '"Attach: ".v:val'))
Sed is the better choice in this case. The above command does not work with 
whitespaces.
There must be a backslash in front of a whitespace character.

Reply via email to