diff options
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 4b8caef..8c9e209 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1802,6 +1802,7 @@ StateASCII::custom(gchar chr) StateECommand::StateECommand() : State() { transitions['\0'] = this; + transitions['%'] = &States::epctcommand; transitions['B'] = &States::editfile; transitions['C'] = &States::executecommand; transitions['G'] = &States::egcommand; |