From 7ae9c27bc9be75b6fc47795158bfdaac99d260cd Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 20 May 2013 16:03:40 +0200 Subject: [PATCH] Add the aliases for mark and unmark to the tab expansion. --- src/console/console.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/console/console.c b/src/console/console.c index 231a92d6dd0..2c31a221cc9 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -607,8 +607,10 @@ static struct cpl_keywords_t cpl_keywords[] = { { "volstatus=", ".volstatus" }, { "ls", ".ls" }, { "cd", ".lsdir" }, + { "add", ".ls" }, { "mark", ".ls" }, { "m", ".ls" }, + { "delete", ".lsmark" }, { "unmark", ".lsmark" }, { "catalog=", ".catalogs" }, { "actiononpurge=", ".actiononpurge" }