Lines Matching refs:hello
144 term echo hello
782 call setline(1, ['print("hello")'])
787 call assert_equal('hello', getline(line('$') - 1))
789 call WaitFor({-> getline('$') =~ 'hello'})
790 call assert_equal('hello', getline('$'))
800 call setline(1, ['print("hello")'])
812 call setline(1, ['print("hello")'])
817 call assert_equal('hello', getline(line('$') - 1))
819 call WaitFor({-> getline('$') =~ 'hello'})
820 call assert_equal('hello', getline('$'))
1709 \ 'let &titlestring = ''["call","' . a:funcname . '",["hello",123]]''',
1727 call assert_equal(['hello', 123], g:called_arg)
1737 call assert_equal(['hello', 123], g:called_arg)
1754 call assert_equal(['hello', 123], g:called_arg2)
1846 call assert_equal(['hello', 123], g:called_arg)
1880 call assert_equal(['hello', 123], g:called_arg)