summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-10-30make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2-9/+23
2000-10-25Fix small typos.Bart Schaefer1-3/+3
2000-10-25use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete al...Sven Wischnowsky2-5/+11
2000-10-25re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2-1/+9
2000-10-25add a counter for invalidatelist() to allow finding out if there is a new lis...Sven Wischnowsky3-3/+20
2000-10-24avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky3-3/+11
2000-10-23change some tags used in filename completion: no tag for file-sort, fake-file...Sven Wischnowsky3-9/+16
2000-10-22Fix "vared -e".Bart Schaefer2-3/+11
2000-10-21Fix "vared -h" in shell scripts.Bart Schaefer3-3/+13
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky10-16/+35
2000-10-19make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky6-17/+55
2000-10-19Changed Src/hist.c (13034).Wayne Davison1-0/+5
2000-10-19Don't call histreduceblanks() if the line didn't parse right.Wayne Davison1-4/+5
2000-10-18Typo.Bart Schaefer1-1/+1
2000-10-18Typo.Bart Schaefer2-1/+5
2000-10-17Fix release numberPeter Stephenson1-1/+1
2000-10-17*** empty log message ***Sven Wischnowsky2-2/+10
2000-10-173.1.6-dev-7Peter Stephenson5-5/+14
2000-10-16*** empty log message ***Sven Wischnowsky2-0/+20
2000-10-14Document tty mode restoration.Bart Schaefer2-2/+14
2000-10-13two completion matching fixes; wrong (path) prefix matching (removed path com...Sven Wischnowsky2-5/+11
2000-10-12remove possibility for func() entries in tag-order style, can be done using z...Sven Wischnowsky4-126/+26
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky4-5/+11
2000-10-1112958: configure fix for NCR compilerAndrey Borzenkov2-0/+6
2000-10-11*** empty log message ***Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky12-108/+318
2000-10-11make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky3-5/+19
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2-23/+8
2000-10-10*** empty log message ***Sven Wischnowsky4-15/+38
2000-10-10add fake-parameters style to allow completing parameters which are not yet se...Sven Wischnowsky3-5/+17
2000-10-10*** empty log message ***Sven Wischnowsky2-4/+4
2000-10-10temporarily remove global aliases to avoid error message inside the evals (12...Sven Wischnowsky2-4/+25
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ...Sven Wischnowsky2-7/+36
2000-10-09Tiny clarification.Bart Schaefer1-1/+1
2000-10-09prefer exact character matches over match specs (so that `nom' can match `nom...Sven Wischnowsky2-1/+15
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky3-89/+38
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky17-35/+39
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer9-16/+27
2000-10-05autoload --> automountBart Schaefer1-1/+1
2000-10-05cleanup for 12896 (12901)Sven Wischnowsky3-2/+4
2000-10-05unset cshnullglob (12899)Sven Wischnowsky2-2/+4
2000-10-05don't return invalid Eprog after parse error (12898)Sven Wischnowsky2-2/+5
2000-10-05comparguments: don't use rest-argument-specification if it was inactivated (1...Sven Wischnowsky2-3/+9
2000-10-05cleanup (12896)Sven Wischnowsky9-72/+74
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code i...Sven Wischnowsky5-4/+21
2000-10-04* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handleTanaka Akira2-5/+13
2000-10-04don't stop parsing too early when completing inside a command substitution (1...Sven Wischnowsky2-0/+4
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2-1/+9
2000-10-04* 12872: Completion/User/_cvs: Fix modules completion when a cvsrootTanaka Akira2-37/+174
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer6-23/+28