diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 07:22:23 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 07:22:23 +0100 |
commit | 2ea865aa0f1dfed7cfcd4da34158234ea31c49d5 (patch) | |
tree | f99166cd76066e4344719fa6ed0f49c1fb020d1c | |
parent | fa47eeda2b3c188c4c74119c843b87062fd93061 (diff) | |
download | sciteco-2ea865aa0f1dfed7cfcd4da34158234ea31c49d5.tar.gz |
support :S...$ command
-rw-r--r-- | parser.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1290,5 +1290,8 @@ StateSearch::done(const gchar *str) g_free(search_str); } + if (eval_colon()) + expressions.push(search_reg->integer); + return &States::start; } |