related to the earlier discussion, for stripping the \r at the end of lines in windows files, i use:
,x/<CR>$/ c// where <CR> is a cut&pasted return char (yes, i could use '.' instead, but i'm paranoid.) x doesn't seem to recognize \r as a escape sequence. true?