summaryrefslogtreecommitdiffstats
path: root/src/commands.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2018-12-09 20:30:01 +0100
committerCanop <cano.petrole@gmail.com>2018-12-09 20:30:01 +0100
commit5135844219dcd1e4ea24c8e7045808e8c6cc3565 (patch)
tree5a821735197c8a68ac2d1931ecc588cbb0ee3310 /src/commands.rs
parent0de2821dcc60713fea17c01f9531b68b3740f61d (diff)
contextual status during verb typing
Diffstat (limited to 'src/commands.rs')
-rw-r--r--src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.rs b/src/commands.rs
index 69455be..3a2c482 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -24,7 +24,7 @@ impl Action {
r"(?x)
^
(?P<pattern>[^\s/:]*)
- (?:[\s:]+(?P<verb>\w+))?
+ (?:[\s:]+(?P<verb>\w*))?
$
"
).unwrap();