On Friday 03 November 2006 11:37 pm, Steven E. Harris wrote: > Using the most recent monotone zsh completion file from the > net.venge.monotone branch against zsh version 4.3.2 (on Cygwin) and > monotone version 0.30, I noticed the following annoyance. When one > tries to use tab completion to complete a path to a file as an > argument to "mtn add", the completion function rejects any leading > paths that are already known.
This is a know bug, and a relict of the fact the zsh completion used to work only in the current working directory. Would it help if I change the logic to additionally complete all directories, regardless of their status? - Thomas _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
