summaryrefslogtreecommitdiff
path: root/Completion/Base/Completer/_expand
AgeCommit message (Collapse)AuthorFilesLines
2001-05-15(14350)Sven Wischnowsky1-2/+25
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle1-11/+12
2001-05-02missing star in suffix-style test pattern (14197)Sven Wischnowsky1-1/+1
2001-04-30fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky1-1/+1
don't try to expand it (14160)
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky1-1/+6
complete words like ...<pat>..<param-subst>... (14133)
2001-04-26make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky1-3/+9
expansion, not only if that is at the beginning of the string (14092)
2001-04-02moved from Completion/Core/_expandSven Wischnowsky1-0/+185