From 7746480307e003c5b94cff0af12952f1ab1bfe98 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 9 Nov 2014 17:29:47 +0100 Subject: added EG command: pipe from buffer into Q-Register --- src/parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index bbaad14..175f281 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1813,6 +1813,7 @@ StateECommand::StateECommand() : State() transitions['\0'] = this; transitions['B'] = &States::editfile; transitions['C'] = &States::executecommand; + transitions['G'] = &States::egcommand; transitions['M'] = &States::macro_file; transitions['S'] = &States::scintilla_symbols; transitions['Q'] = &States::eqcommand; -- cgit v1.2.3