Lines Matching refs:NL
526 "dos" <CR><NL> or <NL> DOS format *DOS-format*
527 "unix" <NL> Unix format *Unix-format*
532 In DOS format (default for Win32), <CR><NL> and <NL> are both interpreted as
534 will be added for each single <NL>. Also see |file-read|.
537 format <CR><NL> is used. Also see |DOS-format-write|.
540 replace all <CR><NL> pairs by <NL> (assuming 'fileformats' includes "dos"): >
544 If you read a file in Unix format and write with DOS format, all <NL>
545 characters will be replaced with <CR><NL> (assuming 'fileformats' includes
554 check for lines with a single <NL> (as used on Unix and Amiga) or by a <CR>
555 <NL> pair (MS-Windows). Only when ALL lines end in <CR><NL>, 'fileformat' is
557 "mac", and no <NL> characters are found in the file, 'fileformat' is set to
567 a file some lines did not end in <CR><NL>, "[CR missing]" will be included in
570 a file a <NL> was found, "[NL missing]" will be included in the file message.
579 single <NL> characters are unexpectedly replaced with <CR><NL>.
1036 If the 'fileformat' is "dos", <CR><NL> is used for <EOL>. This is default
1040 If the 'fileformat' is "unix", <NL> is used for <EOL>. On Win32 the message
1424 file. Otherwise both <CR><NL> and <NL> are considered to end a line
1425 and when the file is written the <NL> will be replaced with <CR><NL>.
1428 - To insert a <NL> character in the file split a line. When writing the
1429 buffer to a file a <NL> will be written for the <EOL>.