Home
last modified time | relevance | path

Searched refs:repeating (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_gn.vim84 " test repeating gdn
91 " test repeating gUgn
H A Dtest_charsearch.vim33 " check that repeating a search before and after a line fails
H A Dtest_paste.vim22 " When repeating text is appended
H A Dtest_visual.vim486 " Visual modes (v V CTRL-V) followed by an operator; count; repeating
515 " Visual mode maps; count; repeating
H A Dtest_registers.vim222 " Test for repeating the last command-line in visual mode
H A Dtest_ins_complete.vim786 " Test repeating <CTRL-X> <CTRL-V> and switching to another CTRL-X mode
H A Dtest_cpoptions.vim616 " Test for the 'y' flag in 'cpo' (repeating a yank command)
H A Dtest_substitute.vim786 " Test for repeating last substitution using :~ and :&r
/vim-8.2.3635/runtime/doc/
H A Dusr_27.txt95 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 Dvisual.txt364 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 Dhelp.txt122 |repeat.txt| repeating commands, Vim scripts and debugging
H A Dusr_26.txt49 When repeating the change of one number into another, you often have a fixed
H A Drepeat.txt7 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 Dundo.txt229 while repeating "g-" and "g+" does.
H A Dcmdline.txt464 When repeating 'wildchar' or CTRL-N you cycle through the matches, eventually
811 history for repeating a command on different Visually selected
H A Dmotion.txt673 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 Dfold.txt355 closed (that's not the same as repeating "za" that many
H A Dvi_diff.txt584 "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 Dversion5.txt447 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 Dtodo.txt1563 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 Dpattern.txt611 Be aware that repeating "\_." can match a lot of text and take a long
H A Dversion6.txt2584 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 Dversion7.txt498 - 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 Dmonk.vim112 syn keyword monkFunc path-defined-as-repeating? path-nodeclear path-nodedepth
/vim-8.2.3635/src/
H A Dex_docmd.c408 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