Lines Matching refs:B
261 call assert_equal('&', substitute('B', 'B', '\&', ''))
297 call assert_equal('&', substitute('B', 'B', '\&', ''))
329 call assert_equal('b\\b', substitute('bBb', 'B', '\="\\\\"', ''))
345 call assert_equal('b\b', substitute('bBb', 'B',
380 call assert_equal('%', substitute('B', 'B', '%', ''))
390 call assert_equal("B\nB", substitute("B\nB", 'B.', '\=submatch(0)', ''))
391 call assert_equal("['B\n']B", substitute("B\nB", 'B.', '\=string(submatch(0, 1))', ''))
487 \ ['B', 's/B/\&/', ['&']],
518 \ ['B', 's/B/\&/', ['B']],
549 \ ['bBb', "s/B/\\='\\\\'/", ['b\\b']],
572 \ ['bBb', "s/B/\\=substitute(submatch(0), '.', '\\', '')/",
604 …\ ['B123456789', 's/B\(.\)\(.\)\(.\)\(.\)\(.\)\(.\)\(.\)\(.\)\(.\)/\=string([submatch(0, 1), subma…
616 \ ['B', 's/B/%/', ['a']],
636 \ ["B\<C-V>\<C-J>B", 's/B./\=submatch(0)/', ['B', 'B']],
820 s/b/\=repeat('B', 10)/g