Lines Matching refs:EOL
524 The 'fileformat' option sets the <EOL> style for a file:
531 When reading a file, the mentioned characters are interpreted as the <EOL>.
533 the <EOL>. Note that when writing the file in DOS format, <CR> characters
536 When writing a file, the mentioned characters are used for <EOL>. For DOS
1036 If the 'fileformat' is "dos", <CR><NL> is used for <EOL>. This is default
1038 that an unusual <EOL> was used.
1040 If the 'fileformat' is "unix", <NL> is used for <EOL>. On Win32 the message
1043 If the 'fileformat' is "mac", <CR> is used for <EOL>. On non-Mac systems the
1416 - When there are not many <EOL>s, the lines will become very long. If you
1429 buffer to a file a <NL> will be written for the <EOL>.
1430 - Vim normally appends an <EOL> at the end of the file if there is none.
1432 <EOL>, set the 'endofline' option. You can also read the value of this
1433 option to see if there was an <EOL> for the last line (you cannot see this