vcursor-copy-line

vcursor-copy-line is an interactive compiled Lisp function in `vcursor.el'.


(vcursor-copy-line ARG)

Copy up to ARGth line after virtual cursor position.
With no argument, copy to the end of the current line.

Behavior with regard to newlines is similar (but not identical) to
`kill-line'; the main difference is that whitespace at the end of the
line is treated like ordinary characters.