Searched refs:repeating (Results 1 – 25 of 29) sorted by relevance
12
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gn.vim | 84 " test repeating gdn 91 " test repeating gUgn
|
| H A D | test_charsearch.vim | 33 " check that repeating a search before and after a line fails
|
| H A D | test_paste.vim | 22 " When repeating text is appended
|
| H A D | test_visual.vim | 486 " Visual modes (v V CTRL-V) followed by an operator; count; repeating 515 " Visual mode maps; count; repeating
|
| H A D | test_registers.vim | 222 " Test for repeating the last command-line in visual mode
|
| H A D | test_ins_complete.vim | 786 " Test repeating <CTRL-X> <CTRL-V> and switching to another CTRL-X mode
|
| H A D | test_cpoptions.vim | 616 " Test for the 'y' flag in 'cpo' (repeating a yank command)
|
| H A D | test_substitute.vim | 786 " Test for repeating last substitution using :~ and :&r
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_27.txt | 95 Keep in mind that when repeating the "n" command to search for the next 232 line. Then repeating the forward search would find this match and move two
|
| H A D | visual.txt | 364 When repeating a Visual mode operator, the operator will be applied to the 372 one of the last commands to extend the highlighted text, the repeating will
|
| H A D | help.txt | 122 |repeat.txt| repeating commands, Vim scripts and debugging
|
| H A D | usr_26.txt | 49 When repeating the change of one number into another, you often have a fixed
|
| H A D | repeat.txt | 7 Repeating commands, Vim scripts and debugging *repeating* 9 Chapter 26 of the user manual introduces repeating |usr_26.txt|. 37 Note that when repeating a command that used a Visual selection, the same SIZE
|
| H A D | undo.txt | 229 while repeating "g-" and "g+" does.
|
| H A D | cmdline.txt | 464 When repeating 'wildchar' or CTRL-N you cycle through the matches, eventually 811 history for repeating a command on different Visually selected
|
| H A D | motion.txt | 673 repeating won't extend the Visual selection. 1100 The result is that when repeating CTRL-O you will get back to old positions
|
| H A D | fold.txt | 355 closed (that's not the same as repeating "za" that many
|
| H A D | vi_diff.txt | 584 "o" and "O" accept a count for repeating the insert (Vi clears a part of 723 When repeating an insert, e.g. "10atest <Esc>" vi would only handle wrapmargin
|
| H A D | version5.txt | 447 in 'cpoptions' is included, CTRL-R is used for repeating the undo or redo 646 - Don't update the ruler when repeating insert (slowed it down a lot). 655 - Disable redrawing while repeating insert "1000ii<Esc>". 1199 when using CTRL-D next. Also, when repeating inserted text that included "0 2993 digits, repeating the insert didn't work. 4149 When repeating an insert with "." that contains a CTRL-Y, a number 5 was 4578 When repeating an insert command where a <BS>, <Left> or other key causes an
|
| H A D | todo.txt | 1563 When 'showbreak' is set repeating a Visual operation counts the size of the 1967 Bug in repeating Visual "u". (Lawrence Kesteloot, 2010 Dec 20) 5088 character multiple times or repeating CTRL-Y. 5314 More advanced repeating commands: 6219 instead of CTRL-R to make repeating possible. (Marinichev)
|
| H A D | pattern.txt | 611 Be aware that repeating "\_." can match a lot of text and take a long
|
| H A D | version6.txt | 2584 When repeating a "/" search command with a line offset, the "n" did use the 2662 When repeating an operator that used a search pattern and the search pattern 4390 Problem: XIM: When the input method is enabled, repeating an insertion with 10612 Also: avoid repeating error messages when the connection is lost. 10809 Problem: "d:cmd<CR>" cannot be repeated with ".". Breaks repeating "d%" 11503 repeating the loop. 11718 Problem: Completion in Insert mode, then repeating with ".", doesn't handle
|
| H A D | version7.txt | 498 - repeating "R" with a count only overwrites text once; added the 'X' flag to 3273 repeating with "." didn't work properly. (Martin Stubenschrott) 5734 Problem: Crash when 'undolevels' is 0 and repeating "udd". (James Vega) 5949 doesn't stop Vim from repeating the replacement in other lines, 6230 Solution: Only use the 'c' flag for the first search, not for repeating. 7794 Problem: Screen update bug when repeating "~" on a Visual block and the 11421 Problem: When repeating the insert of CTRL-V or a digraph the display may
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | monk.vim | 112 syn keyword monkFunc path-defined-as-repeating? path-nodeclear path-nodedepth
|
| /vim-8.2.3635/src/ |
| H A D | ex_docmd.c | 408 int repeating; // TRUE when looping a second time member 951 cmd_loop_cookie.repeating = (current_line < lines_ga.ga_len); in do_cmdline() 1471 if (cp->repeating) in get_loop_line()
|
12