Skip to content

Commit

Permalink
Add the aliases for mark and unmark to the tab expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent b552f51 commit 7ae9c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/console/console.c
Expand Up @@ -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" }
Expand Down

0 comments on commit 7ae9c27

Please sign in to comment.