Jürgen Krämer wrote:

Meino Christian Cramer schrieb:
I am using vim 7.0.42 on a Linux system.

I want copy a complete line of text *without+ the final LF at the
end, so it is possible to insert it elsewhere in the midth of text.

[snip]

just use

 y$
For the entire line, try

 0y$

(this variant is immune to cursor placement in the line)

Regards,
Chip Campbell

Reply via email to