Lines Matching refs:g2

227   sign place 1 name=Sign2 group=g2 line=15
233 call assert_equal('"sign place 1 name=Sign1 group=g1 g2', @:)
241 call assert_equal('"sign place group=g1 g2', @:)
251 call assert_equal('"sign unplace 1 group=g1 g2', @:)
252 call feedkeys(":sign unplace 1 group=g2 file=Xsign\<C-A>\<C-B>\"\<CR>", 'tx')
253 call assert_equal('"sign unplace 1 group=g2 file=XsignOne XsignTwo', @:)
265 call assert_equal('"sign jump 1 group=g1 g2', @:)
563 call assert_equal(5, sign_place(5, 'g2', 'sign1', bnum, {'lnum' : 30}))
573 let s = sign_getplaced(bnum, {'group' : 'g2'})
574 call assert_equal('g2', s[0].signs[0].group)
582 \ {'id' : 5, 'group' : 'g2', 'name' : 'sign1', 'lnum' : 30,
591 let s = sign_getplaced(bnum, {'id' : 5, 'group' : 'g2'})
593 \ [{'id' : 5, 'name' : 'sign1', 'lnum' : 30, 'group' : 'g2',
601 \ {'id' : 5, 'group' : 'g2', 'name' : 'sign1', 'lnum' : 30,
617 \ [{'id' : 5, 'name' : 'sign1', 'lnum' : 30, 'group' : 'g2',
633 \ {'id' : 5, 'name' : 'sign1', 'lnum' : 30, 'group' : 'g2',
641 \ {'id' : 5, 'name' : 'sign1', 'lnum' : 30, 'group' : 'g2',
652 call sign_place(25, 'g2', 'sign1', bnum, {'lnum' : 12})
668 call assert_equal(5, sign_place(5, 'g2', 'sign1', bnum, {'lnum' : 10}))
670 call assert_equal(6, sign_place(6, 'g2', 'sign1', bnum, {'lnum' : 11}))
676 let s = sign_getplaced(bnum, {'group' : 'g2'})
677 call assert_equal('g2', s[0].signs[0].group)
680 let s = sign_getplaced(bnum, {'group' : 'g2'})
681 call assert_equal('g2', s[0].signs[0].group)
689 sign place 5 group=g2 line=10 name=sign1 file=Xsign
699 let a = execute('sign place group=g2 file=Xsign')
701 \ " line=10 id=5 group=g2 name=sign1 priority=10\n", a)
706 \ " line=10 id=5 group=g2 name=sign1 priority=10\n" .
718 exe 'sign place 5 group=g2 line=12 name=sign1 buffer=' . bnum
726 let a = execute('sign place group=g2 buffer=' . bnum)
728 \ " line=12 id=5 group=g2 name=sign1 priority=10\n", a)
735 \ " line=12 id=5 group=g2 name=sign1 priority=10\n", a)
768 \ " line=12 id=5 group=g2 name=sign1 priority=10\n", a)
774 sign jump 5 group=g2 file=Xsign
798 sign place 3 group=g2 line=12 name=sign1 file=Xsign1
801 sign place 4 group=g2 line=17 name=sign1 file=Xsign1
804 sign place 5 group=g2 line=22 name=sign1 file=Xsign2
807 sign place 6 group=g2 line=27 name=sign1 file=Xsign2
815 sign place 3 group=g2 line=13 name=sign1 file=Xsign1
818 sign place 4 group=g2 line=13 name=sign1 file=Xsign1
844 \ {'id' : 3, 'name' : 'sign1', 'lnum' : 12, 'group' : 'g2',
850 \ {'id' : 4, 'name' : 'sign1', 'lnum' : 17, 'group' : 'g2',
856 \ {'id' : 5, 'name' : 'sign1', 'lnum' : 22, 'group' : 'g2',
862 \ {'id' : 6, 'name' : 'sign1', 'lnum' : 27, 'group' : 'g2',
881 sign unplace 5 group=g2 file=Xsign2
888 \ {idx, val -> val.id != 5 || val.group != 'g2'}),
916 sign unplace * group=g2 file=Xsign2
923 \ {idx, val -> val.group != 'g2'}),
948 exe 'sign unplace 5 group=g2 buffer=' . bnum2
955 \ {idx, val -> val.id != 5 || val.group != 'g2'}),
983 exe 'sign unplace * group=g2 buffer=' . bnum2
990 \ {idx, val -> val.group != 'g2'}),
1015 sign unplace 6 group=g2
1022 \ {idx, val -> val.id != 6 || val.group != 'g2'}),
1079 let signs1 = [{'id' : 4, 'name' : 'sign1', 'lnum' : 13, 'group' : 'g2',
1085 \ {'id' : 3, 'name' : 'sign1', 'lnum' : 13, 'group' : 'g2',
1116 sign unplace group=g2
1197 call sign_place(2, 'g2', 'sign2', 'Xsign',
1202 \ {'id' : 2, 'name' : 'sign2', 'lnum' : 11, 'group' : 'g2',
1533 sign place 5 group=g2 line=10 name=sign1 priority=25 file=Xsign
1537 \ " line=10 id=5 group=g2 name=sign1 priority=25\n" .
1925 \ {'id' : 2, 'group' : 'g2', 'name' : 'sign2',
1933 \ 'group' : 'g2', 'priority' : 100},
1945 \ {'group' : 'g2', 'name' : 'sign2',
1954 \ 'group' : 'g2', 'priority' : 10},
1989 \ {'id' : 1, 'group' : 'g1'}, {'id' : 1, 'group' : 'g2'}]))