about summary refs log tree commit diff
path: root/Completion/Core/_expand
Commit message (Collapse)AuthorAgeFilesLines
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-081-0/+1
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-11/+21
|
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky2000-05-031-5/+8
| | | | clearing end-of-list lines in menu-selection (11110)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
| | | | some redundant close() calls; relocate a misplaced redirection.
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-4/+2
|
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-011-3/+4
|
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky2000-04-251-3/+9
| | | | use them to be able to expand $foo (10909)
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-201-7/+37
| | | | _expand uses add-space style (10854)
* Updated from list as far as 10376Peter Stephenson2000-04-011-102/+50
|
* Initial revisionTanaka Akira1999-04-151-0/+149