| /vim-8.2.3635/runtime/doc/ |
| H A D | insert.txt | 65 CTRL-A Insert previously inserted text. 127 '.' the last inserted text 155 The '.' register (last inserted text) is still inserted as 166 The '.' register (last inserted text) is still inserted as 176 The '.' register (last inserted text) is still inserted as 712 inserted in front of the cursor. 906 inserted in front of the cursor. 1071 keyword is inserted in front of the cursor. 1924 but NOT for inserted/deleted characters. 1958 inserted after the current line. [all …]
|
| H A D | hebrew.txt | 66 English will likely be inserted in this case. 69 will likely be inserted in this case. 125 from the left to the right, while inserted in the file from the right to
|
| H A D | cmdline.txt | 112 characters are inserted between lines. 137 key, the code for that key is inserted in <> form. 144 The text is inserted as if you typed it, but mappings and 147 the command line are inserted literally (<Esc>, <CR>, <NL>, 161 '.' the last inserted text 199 the word that was already typed is not inserted again. 241 If there is no selection CTRL-Y is inserted as a character. 296 Farsi keyboard mode the characters are inserted in reverse 410 match (if there are several, the first match) is inserted 415 match is inserted. After the last match, the first is used [all …]
|
| H A D | usr_30.txt | 236 When you have code that is badly formatted, or you inserted and deleted lines, 449 When you start in the first column and press <Tab>, you get 4 spaces inserted 480 get the same amount of white space as if a <Tab> character was inserted, but 551 Vim has automatically inserted a star and a space for you. Now you can type 553 line. Again, the star is inserted automatically: 634 special meaning. It means that after Vim automatically inserted a star,
|
| H A D | pi_tar.txt | 123 * inserted additional |:keepj| modifiers 127 * inserted keepj before 0d to protect jump list
|
| H A D | diff.txt | 165 - "filler" is not present in 'diffopt', deleted/inserted lines makes the 193 text. This mostly takes care of inserted and deleted lines. Changes within a 204 present in another. These lines were inserted in another file or deleted in 221 |hl-DiffAdd| DiffAdd Added (inserted) lines. These lines exist in
|
| H A D | usr_09.txt | 190 mouse button. The selected text will be inserted. 212 Edit/Paste menu. You will see the text from the real clipboard is inserted. 227 will see that the word you just overwrote with the clipboard is inserted
|
| H A D | usr_10.txt | 400 inserted in the rest of the lines contained in the visual selection. Example: 420 not inserted in that line. For example, make a Visual block selection that 436 In the short line no text was inserted. 462 mode to enable you to type in a string. The string will be inserted in each 564 The file named "patch" will be inserted, with this result: 774 The output of the "ls" or "dir" command is captured and inserted in the text,
|
| H A D | textprop.txt | 22 text: If lines are deleted or inserted the properties move with the text they 87 Nevertheless, when text is inserted or deleted the text may need to be parsed 380 Tcl or Python. Vim does not know what text got inserted or deleted.
|
| H A D | motion.txt | 99 deleted lines will be inserted below the cursor position. 872 sometimes placed at the first inserted line and sometimes on the last inserted 876 inserted line: "p']". This also works for text that has been inserted. 968 These items will not be adjusted for deleted/inserted 1098 If you use a jump command, the current line number is inserted at the end of 1118 The line numbers will be adjusted for deleted and inserted lines. This fails 1161 Note that when text has been inserted or deleted the cursor position might be
|
| H A D | change.txt | 1144 when pasting a block. Thus the inserted text will not 1165 move the cursor to the end of the inserted text, or use "'[" or "`[" to move 1189 the block of text will be inserted before ("P") or after ("p") the cursor 1191 in the same column. Thus the inserted text looks the same as when it was 1194 width and the text after the inserted block contains <Tab>s, that text may be 1264 a line break is inserted before the appended text. 1270 ". Contains the last inserted text (the same as what is inserted 1274 ('textwidth' and other options affect what is inserted). 1573 line when the middle-comment string has been inserted automatically. 1578 automatically inserted middle or end comment leader. The offset begins [all …]
|
| H A D | usr_24.txt | 294 The "#include " was inserted because CTRL-A inserts the text of the previous 351 where the new line is to be inserted, and type the first letters: 366 not want this to happen (you really want the <BS> to be inserted in the text), 380 Now, when you type "ad", the whole word "advertisement" will be inserted into
|
| H A D | usr_40.txt | 34 inserted and <Esc> takes you out of insert mode. 242 inserted in the text while you type them. When the abbreviation is triggered 244 When typing the characters for a mapping, nothing is inserted until you type 257 is inserted.
|
| H A D | pi_spec.txt | 9 doesn't exist yet. If you've already inserted an entry today, it will
|
| H A D | usr_25.txt | 391 'breakat' specifies the characters where a break can be inserted. 553 right amount of screen space. Extra spaces or tabs are inserted to fill the 556 tab is inserted.
|
| H A D | usr_08.txt | 191 The ":vertical" command can be inserted before another command that splits a 377 The line marked with "<- changed line" is highlighted, and the inserted 466 window, to the line where "changed" was inserted. Now type this command: >
|
| H A D | visual.txt | 328 and whitespace is inserted to pad to the end-of-block column. 339 inserted in all previously selected lines. 482 Vim enters Insert mode. The typed character is inserted.
|
| H A D | rileft.txt | 96 from the left to the right, while inserted in the file from the right to
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 290 int inserted, deleted; in diff_mark_adjust_tp() local 309 inserted = amount; in diff_mark_adjust_tp() 315 inserted = amount_after; in diff_mark_adjust_tp() 321 inserted = 0; in diff_mark_adjust_tp() 343 dnext->df_count[idx] = inserted; in diff_mark_adjust_tp() 380 if (dp->df_lnum[idx] - (deleted + inserted != 0) > line2) in diff_mark_adjust_tp() 463 dp->df_count[idx] += inserted; in diff_mark_adjust_tp() 468 dp->df_lnum[idx] += inserted; in diff_mark_adjust_tp()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_packadd.vim | 137 " Must have been inserted in the middle, not at the end 171 " Must have been inserted in the middle, not at the end
|
| H A D | test_popup.vim | 27 " although the popupmenu wasn't shown <c-e> will remove the inserted 54 " <BS> - Delete one character from the inserted text (state: 1) 90 " <BS> - Delete one character from the inserted text (state: 2) 442 " Test that no undo item is created when no completion is inserted
|
| H A D | test_paste.vim | 14 " In first column text is inserted
|
| H A D | term_util.vim | 144 " In Command-line it's inserted, the CTRL-U removes it again.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | flexwiki.vim | 50 " text: +inserted text+
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | rust.vim | 24 " leader), merely whether a leader is inserted by default or not.
|