Lines Matching refs:prompt
52 \ { 'cmd': ':s/Test/test/c', 'exp': 'testing string', 'prompt': 'y' },
54 \ { 'cmd': ':s/t/r/cg', 'exp': 'Tesring srring', 'prompt': 'a' },
55 \ { 'cmd': ':s/t/r/ci', 'exp': 'resting string', 'prompt': 'y' },
56 \ { 'cmd': ':s/t/r/cI', 'exp': 'Tesring string', 'prompt': 'y' },
57 \ { 'cmd': ':s/t/r/c', 'exp': 'Testing string', 'prompt': 'n' },
59 \ { 'cmd': ':s/t/r/cp', 'exp': 'Tesring string', 'prompt': 'y' },
60 \ { 'cmd': ':s/t/r/cl', 'exp': 'Tesring string', 'prompt': 'y' },
61 \ { 'cmd': ':s/t/r/gc', 'exp': 'Tesring srring', 'prompt': 'a' },
62 \ { 'cmd': ':s/i/I/gc', 'exp': 'TestIng string', 'prompt': 'l' },
71 \ { 'cmd': ':s/t/r/ic', 'exp': 'resting string', 'prompt': 'y' },
78 \ { 'cmd': ':s/t/r/Ic', 'exp': 'Tesring string', 'prompt': 'y' },
86 \ { 'cmd': ':s//r/rc', 'exp': 'Testr string', 'prompt': 'y' },
94 \ { 'cmd': ':s/i/I/gc', 'exp': 'Testing string', 'prompt': 'q' },
108 call feedkeys(cmd . "\<CR>" . get(var, 'prompt', ''), 'ntx')