Lines Matching refs:repeat
40 call feedkeys("/the".repeat("\<C-G>", 2)."\<cr>", 'tx')
44 call feedkeys("/the".repeat("\<C-G>", 3)."\<cr>", 'tx')
48 call feedkeys("/the".repeat("\<C-G>", 4)."\<cr>", 'tx')
52 call feedkeys("/the".repeat("\<C-G>", 5)."\<cr>", 'tx')
56 call feedkeys("/the".repeat("\<C-G>", 6)."\<cr>", 'tx')
60 call feedkeys("/the".repeat("\<C-G>", 7)."\<cr>", 'tx')
64 call feedkeys("/the".repeat("\<C-G>", 8)."\<cr>", 'tx')
82 call feedkeys("/the".repeat("\<C-G>", 2)."\<cr>", 'tx')
86 call feedkeys("/the".repeat("\<C-G>", 3)."\<cr>", 'tx')
90 call feedkeys("/the".repeat("\<C-G>", 4)."\<cr>", 'tx')
94 call feedkeys("/the".repeat("\<C-G>", 5)."\<cr>", 'tx')
98 call feedkeys("/the".repeat("\<C-G>", 6)."\<cr>", 'tx')
102 call feedkeys("/the".repeat("\<C-G>", 7)."\<cr>", 'tx')
106 call feedkeys("/the".repeat("\<C-G>", 8)."\<cr>", 'tx')
122 call feedkeys("?the".repeat("\<C-T>", 1)."\<cr>", 'tx')
126 call feedkeys("?the".repeat("\<C-T>", 7)."\<cr>", 'tx')
130 call feedkeys("?the".repeat("\<C-T>", 8)."\<cr>", 'tx')
146 call feedkeys("?the".repeat("\<C-T>", 1)."\<cr>", 'tx')
150 call feedkeys("?the".repeat("\<C-T>", 7)."\<cr>", 'tx')
154 call feedkeys("?the".repeat("\<C-T>", 8)."\<cr>", 'tx')
195 call feedkeys("/them". repeat("\<bs>",4).'the\>'."\<cr>", 'tx')
893 \ 'let dots = repeat(".", 120)',
973 \ 'call setline(1, repeat(["xxx yyy zzz"], 3))',
1032 call repeat('x', 100000)->setline(1)
1655 call assert_fails("call search(repeat('\\(.\\)', 10))", 'E51:')
1679 call assert_fails("call search(repeat('\\(.\\)', 10))", 'E872:')