1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
Sven Wischnowsky
90b07817db wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459) 2001-02-13 09:23:34 +00:00
Sven Wischnowsky
e0dc80e0e5 aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128) 2000-11-08 09:20:42 +00:00
Sven Wischnowsky
865f3961b7 change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037) 2000-10-23 08:07:32 +00:00
Sven Wischnowsky
17e2003c5c rename fake style to fake-files (12973) 2000-10-12 07:08:43 +00:00
Sven Wischnowsky
cb4bb129dd more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917) 2000-10-06 13:01:51 +00:00
Sven Wischnowsky
0f2250de44 complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) 2000-10-05 07:31:00 +00:00
Sven Wischnowsky
5c90cf1a51 more fixes for completion of special characters (quoting) (12565) 2000-08-08 10:32:47 +00:00
Sven Wischnowsky
55b07cb525 quoting 2000-08-03 13:35:43 +00:00
Sven Wischnowsky
7bf1f0292d one more problem with quoting of glob characters in filename completion (12496) 2000-08-03 11:12:30 +00:00
Bart Schaefer
f303f2ea63 Belatedly fold in 12162, to replace command subst with eval. 2000-07-26 09:16:13 +00:00
Sven Wischnowsky
961876dca4 avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208) 2000-07-10 08:03:36 +00:00
Sven Wischnowsky
41404fb6c7 add some $(print...)s because of possible math-parse errors (12156) 2000-07-04 08:07:24 +00:00
Bart Schaefer
6f8986d370 12148: Don't merge display-ordering glob flags into the parens of $(...). 2000-07-03 17:45:46 +00:00
Bart Schaefer
4ed8c26c50 12133: Protect completion system from stray error output and assorted fatal
errors when expanding strings taken from the command line.
2000-07-02 17:21:54 +00:00
Sven Wischnowsky
2769b19881 improve filename completion; use accept-exact for in-path completion; new fake style (11971) 2000-06-19 09:32:30 +00:00
Sven Wischnowsky
cedd1006e6 fixes for calling compfiles, for completing words with special characters; make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding) 2000-06-13 09:05:35 +00:00
Sven Wischnowsky
427b4b74f2 improve _path_files, move some code into C, try to optimise glob patterns and immediately accept exact directory matches (11833) 2000-06-09 07:49:44 +00:00
Sven Wischnowsky
24559bb1f6 fix for _path_files and globcomplete, better test if word contains wildcards (11776) 2000-06-06 12:19:33 +00:00
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Bart Schaefer
76868bdc6a Add comment. 2000-05-29 20:00:38 +00:00
Sven Wischnowsky
acd0558e54 make _path_files use glob qualifiers from the line when doing pattern matching (11635) 2000-05-29 13:11:59 +00:00
Sven Wischnowsky
105456d250 fix for special-dirs when used with -g patterns (11570) 2000-05-25 12:01:37 +00:00
Sven Wischnowsky
95883d8b95 avoid tilde- and parameter-completion in quotes (11407) 2000-05-16 11:24:55 +00:00
Sven Wischnowsky
3f630b6abf followup for 11364 (11367) 2000-05-15 10:45:24 +00:00
Sven Wischnowsky
6d4bdb661d fix for suffix-matching; better in-path completion in _path_files (11364) 2000-05-15 09:34:11 +00:00
Sven Wischnowsky
3d088f16aa make completion-in-vared complete parameter values as default; cleanup for _path_files (11048) 2000-05-02 08:18:54 +00:00
Sven Wischnowsky
bfa4f17652 file-sort made $fignore fail (10922) 2000-04-26 06:12:25 +00:00
Sven Wischnowsky
44ee911749 fix completion after ~<num> (10812) 2000-04-18 15:09:40 +00:00
Sven Wischnowsky
cd45aa331d make _tags use C-code for braces in tag-order values; and misc. stuff (10775) 2000-04-17 08:04:42 +00:00
Sven Wischnowsky
36b410a6f9 use special-dirs with _path_files -g (3019) 2000-04-10 08:50:53 +00:00
Sven Wischnowsky
2562bd3b77 missing initialisations, -W with multiple directories didn't wor (10571) 2000-04-07 08:14:06 +00:00
Sven Wischnowsky
fc426939cc renaming some styles 2000-04-05 11:07:25 +00:00
Sven Wischnowsky
0956e0339a Handle directory stack entries 2000-04-03 11:32:59 +00:00
Sven Wischnowsky
ffaba98e72 Better quoting for directories with spaces. 2000-04-03 11:05:16 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
e74702b467 Initial revision 1999-04-15 18:05:38 +00:00