Lines Matching refs:echo
8 let nested = execute('echo "nested\nlines"')
9 echo 'got: "' . nested . '"'
14 echo 'broken'
20 call assert_equal("\nsomething\nnice", execute('echo "something\nnice"'))
26 echo 'this'
27 let evaled = execute('echo "that"')
28 echo 'theend'
36 call assert_equal("\nsomething", execute('echo "something"', ''))
37 call assert_equal("\nsomething", execute('echo "something"', 'silent'))
38 call assert_equal("\nsomething", execute('echo "something"', 'silent!'))
42 call assert_equal("\nx", execute("echo \"x\"", 3.4))
43 …call CheckDefExecAndScriptFailure2(['execute("echo \"x\"", 3.4)'], 'E1013: Argument 2: type mismat…
48 call assert_equal("\nsomething\nnice", execute(['echo "something"', 'echo "nice"']))
50 \ 'echo n',
58 echo ''
60 let x = execute('silent echo 234343')
70 echo ''
73 echo 'xyz'
92 let line = win_execute(otherwin, 'echo getline(1)')
94 let line = win_execute(134343, 'echo getline(1)')
100 let line = 'echo getline(1)'->win_execute(popupwin)