From 18b1ac8cd1fe81af721ed903c23813f568630d9c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 25 Feb 2013 00:49:27 +0100 Subject: EM...$ command to read macro from file and execute immediately (just like "M") * useful for using macro libraries --- 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 729e718..7a534e6 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1296,6 +1296,7 @@ StateECommand::StateECommand() : State() { transitions['\0'] = this; transitions['B'] = &States::editfile; + transitions['M'] = &States::macro_file; transitions['S'] = &States::scintilla_symbols; transitions['Q'] = &States::eqcommand; transitions['W'] = &States::savefile; -- cgit v1.2.3