Lines Matching refs:maxcount

19     \ #{current: 1, exact_match: 1, total: 40, incomplete: 0, maxcount: 99},
22 \ #{current: 0, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
25 \ #{current: 0, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
28 \ #{current: 1, exact_match: 1, total: 10, incomplete: 0, maxcount: 99},
32 \ #{current: 1, exact_match: 1, total: 10, incomplete: 0, maxcount: 99},
36 \ #{current: 1, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
39 \ #{current: 1, exact_match: 0, total: 10, incomplete: 0, maxcount: 99},
42 \ #{current: 1, exact_match: 0, total: 2, incomplete: 2, maxcount: 1},
43 \ searchcount(#{pattern: 'fooooobar', pos: [4, 1, 0], maxcount: 1}))
45 \ #{current: 0, exact_match: 0, total: 2, incomplete: 2, maxcount: 1},
46 \ searchcount(#{pattern: 'fooooobar', maxcount: 1}))
56 \ #{current: 2, exact_match: 1, total: 50, incomplete: 0, maxcount: 99},
67 \ #{current: 50, exact_match: 1, total: 50, incomplete: 0, maxcount: 99},
78 \ #{current: 50, exact_match: 1, total: 50, incomplete: 0, maxcount: 99},
81 \ #{current: 2, exact_match: 1, total: 50, incomplete: 0, maxcount: 99},
93 \ #{current: 100, exact_match: 0, total: 100, incomplete: 2, maxcount: 99},
96 \ #{current: 272, exact_match: 1, total: 280, incomplete: 0, maxcount: 0},
97 \ searchcount(#{recompute: v:true, maxcount: 0, timeout: 200}))
99 \ #{current: 1, exact_match: 1, total: 280, incomplete: 0, maxcount: 0},
100 \ searchcount(#{recompute: 1, maxcount: 0, pos: [1, 1, 0], timeout: 200}))
106 \ #{current: 1, exact_match: 1, total: 100, incomplete: 2, maxcount: 99},
109 \ #{current: 1, exact_match: 1, total: 280, incomplete: 0, maxcount: 0},
110 \ searchcount(#{recompute: 1, maxcount: 0, timeout: 200}))
112 \ #{current: 271, exact_match: 1, total: 280, incomplete: 0, maxcount: 0},
113 \ searchcount(#{recompute: 1, maxcount: 0, pos: [line('$')-2, 1, 0], timeout: 200}))
253 call assert_equal(1, searchcount(#{pattern: 'foo', maxcount: 0, timeout: 1}).incomplete)
264 call assert_fails('echo searchcount({"maxcount" : []})', 'E745:')