Lines Matching refs:two
523 " Create a nested fold across two non-adjoining folds
577 call setline(1, ['one }}}', 'two'])
580 call setline(1, ['one }}}4', 'two'])
900 call setline(1, ['one', 'two', 'three'])
1018 call assert_equal([a:fo .. ' one ', a:fs .. ' two '],
1035 call assert_equal([a:fo .. ' one ', a:fs .. a:fo .. ' two ',
1054 \ a:fs .. a:fo .. ' two ',
1064 \ a:fs .. a:fo .. ' two ',
1082 \ a:fo .. ' two ',
1094 \ a:fo .. 'two ',
1109 \ a:fs .. a:fo .. ' 2 two ',
1147 \ '9> two '
1152 \ '89 two '
1157 \ a:fs .. a:fs .. ' two '
1165 call setline(1, ['one', 'two', 'three', 'four', 'five', 'six'])
1224 call setline(1, ['one', 'two', 'three', 'four'])
1238 call setline(1, ['one', 'two', 'three', 'four'])
1254 call WaitForAssert({-> assert_equal('two', term_getline(buf, 2))})
1266 call WaitForAssert({-> assert_equal('two', term_getline(buf, 2))})
1285 call setline(1, ['one', 'two', 'three', 'four'])
1288 call assert_equal('+-- 2 lines: two', foldtextresult(2))
1302 " Test for merging two recursive folds when an intermediate line with no fold
1306 call setline(1, [' one', ' two', 'xxxx', ' three',