diff options
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 3c991fc..6995a6b 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -37,6 +37,7 @@ #include "symbols.h" #include "search.h" #include "spawn.h" +#include "glob.h" #include "cmdline.h" #include "error.h" @@ -1801,6 +1802,7 @@ StateECommand::StateECommand() : State() transitions['C'] = &States::executecommand; transitions['G'] = &States::egcommand; transitions['M'] = &States::macro_file; + transitions['N'] = &States::glob; transitions['S'] = &States::scintilla_symbols; transitions['Q'] = &States::eqcommand; transitions['W'] = &States::savefile; |