File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -618,18 +618,21 @@ assemble the full text of the original line.
618
618
m_CurrentPlugin = NULL ; // not in a plugin any more
619
619
620
620
// do main triggers
621
- if (m_iStopTriggerEvaluation == eKeepEvaluatingTriggers)
622
- ProcessOneTriggerSequence (strCurrentLine,
623
- StyledLine,
624
- strResponse,
625
- prevpos,
626
- bNoLog,
627
- bNoOutput,
628
- bChangedColour,
629
- triggerList,
630
- strExtraOutput,
631
- mapDeferredScripts,
632
- mapOneShotItems);
621
+ if (m_iStopTriggerEvaluation != eStopEvaluatingTriggersInAllPlugins)
622
+ {
623
+ m_iStopTriggerEvaluation = eKeepEvaluatingTriggers;
624
+ ProcessOneTriggerSequence (strCurrentLine,
625
+ StyledLine,
626
+ strResponse,
627
+ prevpos,
628
+ bNoLog,
629
+ bNoOutput,
630
+ bChangedColour,
631
+ triggerList,
632
+ strExtraOutput,
633
+ mapDeferredScripts,
634
+ mapOneShotItems);
635
+ } // end of trigger evaluation not stopped
633
636
634
637
// do plugins (stop if one stops trigger evaluation, or if it was stopped by the main world triggers)
635
638
for ( // pit should now be pointing at plugins with a sequence number >= 0
You can’t perform that action at this time.
0 commit comments