commit | b4efd1ca89132dcf24acd6dc7b1ccee369b7d90c | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Tue Jul 07 21:23:22 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Tue Jul 07 21:23:22 2009 +0000 |
tree | d35e3a200addeafa5a1a5d578aa81655e3baddd4 | |
parent | 923ccfa2e8dfddc1611213bc027fd2968a84c04b [diff] |
Don't let ambiguous commands override an exact alias match: eg if commands "abc-1", "abc-2", "abc-3" exist and "abc-3" has the alias "abc", "tmux abc" should execute abc-3, not complain about the command being ambiguous. Not a problem at the moment but will be soon.