Lines Matching refs:tx
19 call feedkeys("/foobar\<cr>", 'tx')
20 call feedkeys("/the\<cr>", 'tx')
22 call feedkeys("/thes\<C-P>\<C-P>\<cr>", 'tx')
31 call feedkeys("/the\<cr>", 'tx')
35 call feedkeys("/the\<C-G>\<cr>", 'tx')
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')
74 call feedkeys("/the\<cr>", 'tx')
78 call feedkeys("/the\<C-G>\<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')
114 call feedkeys("?the\<cr>", 'tx')
118 call feedkeys("?the\<C-G>\<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')
138 call feedkeys("?the\<cr>", 'tx')
142 call feedkeys("?the\<C-G>\<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')
162 call feedkeys("/the\<c-l>\<cr>", 'tx')
166 call feedkeys("/the\<c-l>\<C-G>\<cr>", 'tx')
170 call feedkeys("/the\<c-l>\<C-G>\<C-G>\<cr>", 'tx')
175 call feedkeys("/the\<c-l>\<C-G>\<C-G>\<cr>", 'tx')
183 call feedkeys("/thei\<cr>", 'tx')
187 call feedkeys("/thei\<bs>s\<cr>", 'tx')
191 call feedkeys("/thei\<bs>s\<bs>\<C-T>\<c-l>\<cr>", 'tx')
195 call feedkeys("/them". repeat("\<bs>",4).'the\>'."\<cr>", 'tx')
216 call feedkeys("/the\<cr>", 'tx')
220 call feedkeys("/the\<C-G>\<cr>", 'tx')
224 call feedkeys("/the\<C-G>\<C-G>\<cr>", 'tx')
228 call feedkeys("/the\<C-G>\<C-G>\<C-G>\<cr>", 'tx')
232 call feedkeys("/the\<C-G>\<C-G>\<C-G>\<C-T>\<cr>", 'tx')
236 call feedkeys("/the\<C-G>\<C-G>\<C-G>\<C-T>\<C-T>\<cr>", 'tx')
240 call feedkeys("/the\<C-G>\<C-G>\<C-G>\<C-T>\<C-T>\<C-T>\<cr>", 'tx')
244 call feedkeys("/the\<C-G>\<C-R>\<C-W>\<cr>", 'tx')
252 call feedkeys("/foo\<bs>\<cr>", 'tx')
269 "call assert_fails(feedkeys("/foo\<c-w>\<cr>", 'tx'), 'E35:')
453 call feedkeys("/the\<c-l>\<cr>", 'tx')
464 call feedkeys(":%s/the\<c-l>/xxx\<cr>", 'tx')
467 call feedkeys(":%subs/the\<c-l>/xxx\<cr>", 'tx')
470 call feedkeys(":%substitute/the\<c-l>/xxx\<cr>", 'tx')
473 call feedkeys(":%smagic/the.e/xxx\<cr>", 'tx')
478 call feedkeys(":%snomagic/the\\.e/xxx\<cr>", 'tx')
489 call feedkeys(":g/the\<c-l>/d\<cr>", 'tx')
492 call feedkeys(":global/the\<c-l>/d\<cr>", 'tx')
495 call feedkeys(":g!/the\<c-l>/d\<cr>", 'tx')
499 call feedkeys(":global!/the\<c-l>/d\<cr>", 'tx')
511 call feedkeys(":v/the\<c-l>/d\<cr>", 'tx')
515 call feedkeys(":vglobal/the\<c-l>/d\<cr>", 'tx')
532 call feedkeys("?the\<c-g>\<cr>", 'tx')
535 call feedkeys("?the\<c-g>\<c-g>\<cr>", 'tx')
538 call feedkeys("?the\<c-g>\<c-g>\<c-g>\<cr>", 'tx')
541 call feedkeys("?the\<c-t>\<cr>", 'tx')
544 call feedkeys("?the\<c-t>\<c-t>\<cr>", 'tx')
547 call feedkeys("?the\<c-t>\<c-t>\<c-t>\<cr>", 'tx')
564 call feedkeys("/the\<c-g>\<c-g>\<cr>", 'tx')
567 call feedkeys("?the\<c-t>\<c-t>\<c-t>\<cr>", 'tx')
587 call feedkeys("/b\<cr>", 'tx')
591 call feedkeys("/b\<c-g>\<cr>", 'tx')
595 call feedkeys("/b\<c-g>\<c-g>\<cr>", 'tx')
599 call feedkeys("/b\<c-g>\<c-g>\<c-g>\<cr>", 'tx')
604 call feedkeys("/b\<c-g>\<c-g>\<c-g>\<cr>", 'tx')
628 call feedkeys("/\<c-g>\<cr>", 'tx')
631 call feedkeys("/\<cr>", 'tx')
634 call feedkeys("/\<c-t>\<cr>", 'tx')
641 call feedkeys("//e\<c-g>\<cr>", 'tx')
768 call feedkeys("/second\<cr>", 'tx')
775 call feedkeys("/third\<C-c>", 'tx')
777 call feedkeys("/third\<Esc>", 'tx')
779 call feedkeys("/3\<bs>\<bs>", 'tx')
781 call feedkeys("/third\<c-g>\<c-t>\<Esc>", 'tx')
884 call feedkeys("V:tab", 'tx')
1017 call feedkeys(":.,.+2s/foo\<BS>o\<BS>o/xxx\<cr>", 'tx')
1406 call feedkeys("/Mi\<c-l>\<c-l>\<cr>", 'tx')
1457 call feedkeys("fc/m\<C-L>\<C-L>\<C-L>\<C-L>\<C-L>\<CR>", 'tx')
1499 call assert_fails('call feedkeys("/foo/;/bar/;\<CR>", "tx")', 'E386:')