diff options
Diffstat (limited to 'akonadish/syntaxtree.cpp')
-rw-r--r-- | akonadish/syntaxtree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/syntaxtree.cpp b/akonadish/syntaxtree.cpp index b571904..899fc61 100644 --- a/akonadish/syntaxtree.cpp +++ b/akonadish/syntaxtree.cpp | |||
@@ -132,6 +132,7 @@ Syntax::List SyntaxTree::nearestSyntax(const QStringList &words, const QString & | |||
132 | if (word == syntax.keyword) { | 132 | if (word == syntax.keyword) { |
133 | lastFullSyntax = syntax; | 133 | lastFullSyntax = syntax; |
134 | syntaxIt = syntax.children; | 134 | syntaxIt = syntax.children; |
135 | break; | ||
135 | } | 136 | } |
136 | } | 137 | } |
137 | } | 138 | } |