aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.cpp b/parser.cpp
index 10c0ea3..bb05d66 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -1015,6 +1015,7 @@ StateStart::custom(gchar chr) throw (Error)
StateFCommand::StateFCommand() : State()
{
transitions['\0'] = this;
+ transitions['K'] = &States::searchkill;
transitions['D'] = &States::searchdelete;
transitions['S'] = &States::replace;
transitions['R'] = &States::replacedefault;