Why is the Vim line definition “special”?
In Vim a “line” is a set of characters that ends with a return
line.
Is that all?
It seems obvious, but how does it differ from the definition of “line” in
other writing systems?
Simple: in other environments usually “lines” break at the right margin of the monitor. In Vim they don’t.
Nothing changes for short lines, that is, lines that do not exceed the margin
right margin.