Lines Matching refs:getline
19 \ 'b'], getline(lnum - 1, lnum))
37 \ 'b'], getline(lnum - 4, lnum))
53 \ "\<C-A>"], getline(lnum - 4, lnum))
70 \ '#a b'], getline(lnum - 4, lnum))
86 \ '# b'], getline(lnum - 3, lnum))
106 \ ''], getline(lnum - 2, lnum + 2))
120 \ '# b'], getline(lnum, lnum + 1))
134 \ '# b'], getline(lnum, lnum + 1))
145 call assert_equal('{ 1aa ^^2bb }', getline('.'))
159 \ ' */'], getline(lnum - 1, lnum + 1))
167 \ '# foobar'], getline(1, 2))
177 \ 'Feynman!'], getline(1, 2))
186 \ 'Mr. Feynman!'], getline(1, 2))
193 \ 'Feynman!'], getline(1, 2))
226 \ ], getline(1, '$'))
251 \ ], getline(1, '$'))
424 \ ], getline(1, '$'))
433 call assert_equal("\t\t Vim", getline(1))
443 call assert_equal("\t\t Vim", getline(1))
447 call assert_equal("Vim", getline(1))
478 \ ], getline(1, '$'))
503 \ ], getline(1, '$'))
515 call assert_equal('2. defx ghi', getline(2))
568 call assert_equal(expected, getline(1, '$'))
623 call assert_equal(expected, getline(1, '$'))
712 call assert_equal(expected, getline(1, '$'))
749 call assert_equal(expected, getline(1, '$'))
781 call assert_equal(expected, getline(1, '$'))
806 call assert_equal(expected, getline(1, '$'))
831 call assert_equal(expected, getline(1, '$'))
902 call assert_equal(expected, getline(1, '$'))
924 call assert_equal(expected, getline(1, '$'))
934 call assert_equal(['abc abcde ', 'a abc'], getline(1, '$'))
939 call assert_equal('one two to ', getline(1))
947 call assert_equal(['one two'], getline(1, '$'))
957 call assert_equal('g uu uu ', getline(1)[-8:])
958 call assert_equal(['uu. foo'], getline(2, '$'))
966 call assert_equal(['1 2 4 5 6 ', '7 8 9'], getline(1, 2))
968 call assert_equal(['1 2 5 6 7 ', '8 9'], getline(1, 2))
975 …call assert_equal(['Now we g whether that nation, or x', 'nation so conceived and,'], getline(1, 2…
1009 \ getline(1, '$'))
1023 \ getline(1, '$'))
1037 call assert_equal(['one two three', 'fourmore'], getline(1, '$'))
1043 call assert_equal(['one two three fourmore five'], getline(1, '$'))
1049 call assert_equal(['one two three four', 'five'], getline(1, '$'))
1055 call assert_equal(['one two three fourmore', 'five'], getline(1, '$'))
1069 call assert_equal(['one two three four a', 'bird'], getline(1, '$'))
1075 call assert_equal(['one two three four', 'a bird'], getline(1, '$'))
1089 call assert_equal(['one two three four', 'five six'], getline(1, '$'))
1095 call assert_equal(['one two three four five six'], getline(1, '$'))
1112 \ "same paragraph. third line."], getline(1, '$'))