summaryrefslogtreecommitdiffstats
path: root/scintilla/scripts/Face.py
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/scripts/Face.py')
-rw-r--r--scintilla/scripts/Face.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scintilla/scripts/Face.py b/scintilla/scripts/Face.py
index 3724c8f..0fbae30 100644
--- a/scintilla/scripts/Face.py
+++ b/scintilla/scripts/Face.py
@@ -82,6 +82,7 @@ class Face:
raise Exception("Duplicate value " + value + " " + name)
self.values[value] = 1
self.order.append(name)
+ currentComment = []
elif featureType == "evt":
retType, name, value = decodeEvent(featureVal)
self.features[name] = {
@@ -115,4 +116,5 @@ class Face:
"Value": value,
"Comment": currentComment }
self.order.append(name)
+ currentComment = []