CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/07 15:23:22
Modified files: usr.bin/tmux : cmd.c Log message: 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.