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 5232d00 commit b3d2a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/console/console.c
Expand Up @@ -606,8 +606,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 b3d2a7a

Please sign in to comment.