Skip to content

Commit

Permalink
Bug fix for duplicated wall connectors
Browse files Browse the repository at this point in the history
mentioned in issue #1072
  • Loading branch information
linas committed Jan 2, 2020
1 parent ed4cbd6 commit e8f862c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/en/4.0.dict
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ was.v-d:
% XXX probably should be verb-and-sp-i- etc !?
were.v-d:
(({@E-} & (Spx- or SFp- or [[Ss-]] or [[SX- & <verb-wall>]] or (RS- & Bp-))) & <vc-be>)
or (<verb-rq> & (SIpx+ or SFIp+) & {<vc-be>} & <verb-wall>)
or (<verb-rq> & (SIpx+ or SFIp+) & (<vc-be> or <verb-wall>))
or (<verb-and-sp-> & <vc-be-and>)
or (<vc-be-and> & <verb-and-sp+>)
or [[(SI*j+ or SFI**j+) & <vc-be> & ((Xd- & VCq- & Xc+) or VCq- or ({{Xd-} & Xc+} & dCOp+))]];
Expand Down
2 changes: 1 addition & 1 deletion data/en/4.0.dict.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ was.v-d:
% XXX probably should be verb-and-sp-i- etc !?
were.v-d:
(({@E-} & (Spx- or SFp- or [[Ss-]] or [[SX- & <verb-wall>]] or (RS- & Bp-))) & <vc-be>)
or (<verb-rq> & (SIpx+ or SFIp+) & {<vc-be>} & <verb-wall>)
or (<verb-rq> & (SIpx+ or SFIp+) & (<vc-be> or <verb-wall>))
or (<verb-and-sp-> & <vc-be-and>)
or (<vc-be-and> & <verb-and-sp+>)
or [[(SI*j+ or SFI**j+) & <vc-be> & ((Xd- & VCq- & Xc+) or VCq- or ({{Xd-} & Xc+} & dCOp+))]];
Expand Down

0 comments on commit e8f862c

Please sign in to comment.