Lines Matching refs:NL
94 *i_CTRL-J* *i_<NL>*
95 <NL> or CTRL-J Begin new line.
294 (<NL>, value 10). There are five ways to enter the character value:
311 <NL>, which is used internally to represent the <Nul> character. When writing
312 the buffer to a file, the <NL> character is translated into <Nul>. The <NL>
314 <NL> character in a file you will have to make a line break.
563 If a <NL> is typed, a line break is inserted and no character is deleted.
594 Typing a <NL> still doesn't cause characters later in the file to appear to
595 move. The rest of the current line will be replaced by the <NL> (that is,
2062 "dos" <CR><NL> or <NL> DOS format
2063 "unix" <NL> Unix format
2067 If 'fileformat' is "dos", a <CR> in front of an <NL> is ignored and a CTRL-Z
2070 If 'fileformat' is "mac", a <NL> in the file is internally represented by a
2071 <CR>. This is to avoid confusion with a <NL> which is used to represent a
2072 <NUL>. See |CR-used-for-NL|.
2104 NL without a preceding CR was found.
2105 [NL found] reading with "mac" 'fileformat' and a
2106 NL was found (could be "unix" format)