Lines Matching refs:hello

18 …let winid = popup_create('hello there', #{line: 3, col: 11, minwidth: 20, highlight: 'PopupColor1'…
85 call popup_create('hello border', #{line: 2, col: 3, border: []})
86 call popup_create('hello padding', #{line: 2, col: 23, padding: []})
87 … call popup_create('hello both', #{line: 2, col: 43, border: [], padding: [], highlight: 'Normal'})
113 call popup_create('hello border', #{line: 2, col: 3, border: [], borderhighlight: ['BlueColor']})
114 …call popup_create(['hello border', 'and more'], #{line: 2, col: 23, border: [], borderhighlight: […
115 …call popup_create(['hello border', 'lines only'], #{line: 2, col: 43, border: [], borderhighlight:…
116 …call popup_create(['hello border', 'with corners'], #{line: 2, col: 60, border: [], borderhighligh…
117 …let winid = popup_create(['hello border', 'with numbers'], #{line: 6, col: 3, border: [], borderhi…
118 …call popup_create(['hello border', 'just blanks'], #{line: 7, col: 23, border: [], borderhighlight…
120 …call popup_create(['hello'], #{line: 8, col: 43, border: [], borderchars: ['─', '│', '─', '│', '┌'…
153 let winid = popup_create('hello border', #{line: 2, col: 3, border: []})",
159 let winid = popup_create('hello padding', #{line: 2, col: 3, padding: []})
191 let winid = popup_create('hello both', #{line: 3, col: 8, border: [], padding: []})
1113 call setline(1, 'hello')
1133 call assert_equal('hello', line)
1155 call setline(1, 'hello')
1172 call assert_equal('hello', line)
1187 call assert_equal('hello', line)
1201 call setline(1, 'hello')
1215 call assert_equal('hello ', line)
1235 let winid = popup_create('hello', #{
1254 \ [['hello', 'this', 'window', 'displays', 'all of its text'], 15],
1255 \ [['hello', 'this', 'window', 'all of its text', 'displays'], 15],
1256 \ [['hello', 'this', 'all of its text', 'window', 'displays'], 15],
1257 \ [['hello', 'all of its text', 'this', 'window', 'displays'], 15],
1258 \ [['all of its text', 'hello', 'this', 'window', 'displays'], 15],
1290 let winid = popup_create('hello', #{
1317 let winid = popup_create('hello', {})
1347 let winid = popup_create('hello', {})
3681 let winid = popup_create(['hello', 'bright', 'world'], {
3876 let popup_winid = popup_dialog('hello', {})