forked from aniani/vim
Problem: On some systems automatically adding the missing EOL causes
problems. Setting 'binary' has too many side effects.
Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
0
|
|
with eol
|
|
END
|
|
without eolEND
|
|
1
|
|
with eol
|
|
stays eol
|
|
END
|
|
without eol
|
|
stays withoutEND
|