aboutsummaryrefslogtreecommitdiff
path: root/internal/cond/compile.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cond/compile.go')
-rw-r--r--internal/cond/compile.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cond/compile.go b/internal/cond/compile.go
index 590d61a..94118ac 100644
--- a/internal/cond/compile.go
+++ b/internal/cond/compile.go
@@ -266,6 +266,7 @@ func (c *compiler) compileContent(n *sexp.Node) *node {
continue
}
keywords = append(keywords, keyword{norm: normed, src: a.Text})
+ c.cond.Keywords = append(c.cond.Keywords, Keyword{Opt: c.opt, Norm: normed})
}
if bad {
return nil