Lines Matching refs:moved
1448 \ moved: [0, 0, 0],
1453 \ moved: [0, 0, 0],
1458 \ moved: [0, 0, 0],
1463 \ moved: range(3),
1905 " Anything placed past the last cell on the right of the screen is moved to
2107 let winid = popup_atcursor('text', #{moved: 'any'})
2110 call assert_equal([1, 4, 4], popup_getoptions(winid).moved)
2117 let winid = popup_atcursor('text', #{moved: 'word'})
2120 call assert_equal([1, 4, 7], popup_getoptions(winid).moved)
2126 let winid = popup_atcursor('text', #{moved: 'word'})
2129 call assert_equal([1, 4, 7], popup_getoptions(winid).moved)
2143 call assert_equal([2, 2, 15], popup_getoptions(winid).moved)
2153 let winid = popup_atcursor('text', #{moved: [5, 10]})
3861 let winid = popup_atcursor(repeat('x', 500), #{moved: 'any', border: []})