HasNoteMatchingSubstringOf was loaded but not present on editor_rule_list

svn: r11260
This commit is contained in:
Jérôme Rapinat 2008-11-06 08:36:18 +00:00
parent 9f82da8e2b
commit 11c275e962

View File

@ -156,6 +156,7 @@ editor_rule_list = [
HasTextMatchingSubstringOf, HasTextMatchingSubstringOf,
HasNote, HasNote,
HasNoteRegexp, HasNoteRegexp,
HasNoteMatchingSubstringOf,
RegExpIdOf, RegExpIdOf,
Disconnected, Disconnected,
] ]