summaryrefslogtreecommitdiffstats
path: root/src/modes/edit/shell_parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/edit/shell_parser.rs')
-rw-r--r--src/modes/edit/shell_parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/edit/shell_parser.rs b/src/modes/edit/shell_parser.rs
index 13fbfb9..c62ba04 100644
--- a/src/modes/edit/shell_parser.rs
+++ b/src/modes/edit/shell_parser.rs
@@ -25,7 +25,7 @@ impl Token {
"%e" => Self::Extension,
"%n" => Self::Filename,
"%f" => Self::Flagged,
- "%p" => Self::Path,
+ "%d" => Self::Path,
_ => Self::Arg(arg.to_owned()),
}
}