Lines Matching refs:end_col
141 call prop_add(2, 4, {'type': 'prop_name', 'id': 11, 'end_lnum': 4, 'end_col': 9})
771 call prop_add(2, 4, {'end_lnum': 4, 'end_col': 5, 'type': 'comment'})
781 call prop_add(1, 3, {'end_lnum': 3, 'end_col': 5, 'type': 'comment'})
791 call prop_add(1, 1, {'end_lnum': 3, 'end_col': 999, 'type': 'comment'})
845 call prop_add(1, 1, {'end_col': 3, 'type': 'comment'})
926 call prop_add(1, 3, {'end_col': 5, 'type': 'comment'})
1065 \ "call prop_add(1, 4, {'end_lnum': 3, 'end_col': 3, 'type': 'long'})",
1202 call prop_add(1, 2, #{type: 'TPTitle', end_col: 5})
1313 call prop_add(1, 2, {"end_lnum": 2, "end_col": 2, "type": "test"})
1349 call prop_add(1, 1, {'end_col': 2, 'type': 'test'})
1352 call prop_add(1, 2, {'end_col': 3, 'type': 'test'})
1357 call prop_add(1, 6, {'end_col': 7, 'type': 'test'})
1381 call prop_add(1, 1, {'end_col': 2, 'type': 'test'})
1387 call prop_add(1, 1, {'end_col': 2, 'type': 'test'})
1400 call prop_add(1, 1, {'end_col': 2, 'type': 'test'})
1476 call assert_fails("call prop_add(2, 3, {'type': 'xxx', 'end_col':0})", 'E475:')
1585 prop_add(1, 27, {end_lnum: 1, end_col: 70, type: 'someprop'})
1587 prop_add(35, 22, {end_lnum: 43, end_col: 43, type: 'someprop'})
1604 prop_add(1, 1, {end_lnum: lnum, end_col: col, type: 'Test'})