| /vim-8.2.3635/src/testdir/ |
| H A D | test_fixeol.vim | 4 " first write two test files – with and without trailing EOL
|
| H A D | test_virtualedit.vim | 392 " Test for delete (x) on EOL character and after EOL
|
| H A D | test_terminal3.vim | 568 let lines =<< trim EOL 572 EOL
|
| H A D | test_regexp_latin.vim | 591 " "\_" prepended negated collection matches EOL 747 " Check that \_[0-9] matching EOL does not break a following \>
|
| H A D | test_writefile.vim | 750 " write file missing EOL
|
| H A D | test_visual.vim | 769 " Test block append at EOL with '$' and without '$'
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | flexwiki.vim | 36 " Save <EOL>s as \n, not \r\n
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 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 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 D | repeat.txt | 451 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 D | os_dos.txt | 220 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 D | if_lua.txt | 72 without a trailing <EOL>, and the current line number. 201 <EOL>), a Lua string.
|
| H A D | if_ruby.txt | 72 turn, without a trailing <EOL>. Setting $_ will change
|
| H A D | quickref.txt | 131 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 D | if_perl.txt | 95 turn, without a trailing <EOL>. Setting $_ will change
|
| H A D | vi_diff.txt | 466 |'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 D | intro.txt | 436 <EOL> end-of-line (can be <CR>, <NL> or <CR><NL>, 437 depends on system and 'fileformat') *<EOL>*
|
| H A D | insert.txt | 75 "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 D | options.txt | 1289 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 D | change.txt | 145 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 D | pattern.txt | 581 \(\.$\|\. \) A period followed by <EOL> or a space. 815 matches end-of-line <EOL>; at other positions, matches literal '$'.
|
| H A D | autocmd.txt | 1684 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 D | if_pyth.txt | 78 in turn, without a trailing <EOL>, and the current
|
| H A D | netbeans.txt | 472 "starteol" is "F" then the last line doesn't have a EOL. If
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tcl.vim | 183 " match from command name to ] or EOL 189 " match from command name to ] or EOL
|
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 140 #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()
|