Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 25 of 36) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_fixeol.vim4 " first write two test files – with and without trailing EOL
H A Dtest_virtualedit.vim392 " Test for delete (x) on EOL character and after EOL
H A Dtest_terminal3.vim568 let lines =<< trim EOL
572 EOL
H A Dtest_regexp_latin.vim591 " "\_" prepended negated collection matches EOL
747 " Check that \_[0-9] matching EOL does not break a following \>
H A Dtest_writefile.vim750 " write file missing EOL
H A Dtest_visual.vim769 " Test block append at EOL with '$' and without '$'
/vim-8.2.3635/runtime/ftplugin/
H A Dflexwiki.vim36 " Save <EOL>s as \n, not \r\n
/vim-8.2.3635/runtime/doc/
H A Dediting.txt524 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
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.
[all …]
H A Drepeat.txt451 Win32: Files that are read with ":source" normally have <CR><NL> <EOL>s.
452 These always work. If you are using a file with <NL> <EOL>s (for example, a
459 Mac Classic: Files that are read with ":source" normally have <CR> <EOL>s.
460 These always work. If you are using a file with <NL> <EOL>s (for example, a
466 always work. If you are using a file with <CR><NL> <EOL>s (for example, a
468 problems for some commands (e.g., mappings). There is no automatic <EOL>
H A Dos_dos.txt220 a single <NL> or a <CR><NL> pair for end-of-line (<EOL>). When writing a
224 If the 'fileformat' option is set to "unix", Vim uses a single <NL> for <EOL>
H A Dif_lua.txt72 without a trailing <EOL>, and the current line number.
201 <EOL>), a Lua string.
H A Dif_ruby.txt72 turn, without a trailing <EOL>. Setting $_ will change
H A Dquickref.txt131 matches <EOL> $ $
261 |:startreplace| :startr[eplace][!] start Replace mode, at EOL when [!] used
344 |J| N J join N-1 lines (delete <EOL>s)
690 'endofline' 'eol' write <EOL> for last line in file
707 'fixendofline' 'fixeol' make sure last line in file has <EOL>
787 'list' show <Tab> and <EOL>
H A Dif_perl.txt95 turn, without a trailing <EOL>. Setting $_ will change
H A Dvi_diff.txt466 |'binary'| Option set by |-b|. Prevents adding an <EOL> for the
751 The 'fileformat' option can be set to select the <EOL>: "dos" <CR><NL>, "unix"
754 <EOL> automatically. The 'fileformat' option is set accordingly.
1083 'list' show <Tab> and <EOL>
H A Dintro.txt436 <EOL> end-of-line (can be <CR>, <NL> or <CR><NL>,
437 depends on system and 'fileformat') *<EOL>*
H A Dinsert.txt75 "eol", delete the <EOL>; the next line is appended after the
289 previous line. This effectively deletes the <EOL> in front of the cursor.
2060 The 'fileformat' option sets the <EOL> style for a file:
2075 <EOL> (see |file-formats|). However, the 'fileformat' option will not be
H A Doptions.txt1289 When writing a file the <EOL> for the last line is only written if
1290 there was one in the original file (normally Vim appends an <EOL> to
2949 is on, or 'fixeol' option is off, no <EOL> will be written for the
2951 starting to edit a new file, depending on whether file has an <EOL>
2956 to remember the presence of a <EOL> for the last line in the file, so
3192 This gives the <EOL> of the current buffer, which is used for
3217 This gives the end-of-line (<EOL>) formats that will be tried when
3228 edit a file, a check is done for the <EOL>:
3343 When writing a file and this option is on, <EOL> at the end of file
4864 Note that <Tab> characters after an <EOL> are mostly not displayed
[all …]
H A Dchange.txt145 These commands delete the <EOL> between lines. This has the effect of joining
149 These commands, except "gJ", insert one space in place of the <EOL> unless
1551 b Blank (<Space>, <Tab> or <EOL>) required after {string}.
H A Dpattern.txt581 \(\.$\|\. \) A period followed by <EOL> or a space.
815 matches end-of-line <EOL>; at other positions, matches literal '$'.
H A Dautocmd.txt1684 last line in the file does not have an <EOL>, Vim remembers this. At the next
1687 supply an <EOL>. This makes a filter command on the just read lines write the
H A Dif_pyth.txt78 in turn, without a trailing <EOL>, and the current
H A Dnetbeans.txt472 "starteol" is "F" then the last line doesn't have a EOL. If
/vim-8.2.3635/runtime/syntax/
H A Dtcl.vim183 " match from command name to ] or EOL
189 " match from command name to ] or EOL
/vim-8.2.3635/src/
H A Dregexp_bt.c140 #define EOL 2 // Match "" at end of line. macro
1280 ret = regnode(EOL); in regatom()
1303 ret = regnode(EOL); in regatom()
3353 case EOL: in regmatch()
5210 case EOL: in regprop()

12