aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 1514e24..2a83a66 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1602,6 +1602,10 @@ StateCondCommand::custom(gchar chr)
BEGIN_EXEC(&States::start);
result = g_ascii_isdigit((gchar)value);
break;
+ case 'I':
+ BEGIN_EXEC(&States::start);
+ result = G_IS_DIR_SEPARATOR((gchar)value);
+ break;
case 'S':
case 'T':
BEGIN_EXEC(&States::start);