K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-06-15T22:23:21.565992Z K 7 svn:log V 407 libedit: Reduce surprising behaviour with filename completion some more: * Quote '*', '?' and '['. While it may be more useful to expand them to matching pathnames, this at least matches with the completion we do. * '@' is a regular character for filenames. Some other shells do @ completion but we do not. * Prefix names starting with '-' and '+' with './' so they are not seen as options. END