aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-22 05:31:31 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-22 05:31:31 +0100
commit427c9d16ce7e62cbe2671748cd8434132ce60482 (patch)
treeb3b4657c8178dcc9308790abaa1c2cf9bbc4c09b /src/cmdline.cpp
parent28fd3dbdc831f28c91d521e1804a9d9ff5bbf3db (diff)
downloadsciteco-427c9d16ce7e62cbe2671748cd8434132ce60482.tar.gz
added globbing command EN
* implements the same globbing as the EB command already did * uses Globber helper class that behaves more like UNIX glob(). glib only has a glob-style pattern matcher. * The Globber class may be extended later to provide more UNIX-like globbing. * lexer.tes has been updated to make use of globbing. Now, lexers can be automatically loaded and registered at startup. To install a new lexer, it's sufficient to copy a file to the lexers/ directory.
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r--src/cmdline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index e78db60..8b2d412 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -36,6 +36,7 @@
#include "undo.h"
#include "symbols.h"
#include "spawn.h"
+#include "glob.h"
#include "error.h"
#include "cmdline.h"